Index: trunk/ippTools/src/pxwarp.h
===================================================================
--- trunk/ippTools/src/pxwarp.h	(revision 24487)
+++ trunk/ippTools/src/pxwarp.h	(revision 25835)
@@ -25,17 +25,15 @@
 #include "pxtools.h"
 
-bool pxwarpRunSetState(pxConfig *config, psS64 warp_id, const char *state);
-bool pxwarpRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
-bool pxwarpRunSetLabel(pxConfig *config, psS64 warp_id, const char *label);
-bool pxwarpRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);
-
 bool pxwarpQueueByFakeID(pxConfig *config,
                          psS64 fake_id,
                          const char *workdir,
                          const char *label,
+                         const char *data_group,
+                         const char *dist_group,
                          const char *dvodb,
                          const char *tess_id,
                          const char *reduction,
-                         const char *end_stage);
+                         const char *end_stage,
+                         const char *note);
 
 #endif // PXWARP_H
