Index: trunk/ippTools/src/dettool.h
===================================================================
--- trunk/ippTools/src/dettool.h	(revision 15828)
+++ trunk/ippTools/src/dettool.h	(revision 15830)
@@ -32,4 +32,5 @@
     DETTOOL_MODE_TOCORRECTEXP,
     DETTOOL_MODE_TOCORRECTIMFILE,
+    DETTOOL_MODE_ADDCORRECTIMFILE,
     DETTOOL_MODE_RUNS,
     DETTOOL_MODE_CHILDLESSRUN,
@@ -81,7 +82,11 @@
 pxConfig *dettoolConfig(pxConfig *config, int argc, char **argv);
 
+// correct
 bool makecorrectionMode(pxConfig *config);
 bool tocorrectexpMode(pxConfig *config);
 bool tocorrectimfileMode(pxConfig *config);
+bool addcorrectimfileMode(pxConfig *config);
+// register
+bool register_detrend_imfileMode(pxConfig *config);
 
 #endif // DETTOOL_H
