Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 7316)
+++ trunk/ippTools/src/dettool.c	(revision 7320)
@@ -22,4 +22,5 @@
 static bool normalizedMode(pxConfig *config);
 static bool normalizedframeMode(pxConfig *config);
+static bool addresidMode(pxConfig *config);
 
 static detInputExpRow *rawDetrenTodetInputExpRow(rawDetrendExpRow *rawExp, psS32 det_id);
@@ -1290,2 +1291,9 @@
     return true;
 }
+
+static bool addresidMode(pxConfig *config)
+{
+    PS_ASSERT_PTR_NON_NULL(config, false);
+
+    return true;
+}
