Index: trunk/ippTools/src/pxfake.h
===================================================================
--- trunk/ippTools/src/pxfake.h	(revision 17938)
+++ trunk/ippTools/src/pxfake.h	(revision 25835)
@@ -26,8 +26,4 @@
 
 bool pxfakeRunSetState(pxConfig *config, psS64 fake_id, const char *state);
-bool pxfakeRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
-bool pxfakeRunSetLabel(pxConfig *config, psS64 fake_id, const char *label);
-bool pxfakeRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);
-
 
 psS64 pxfakeQueueByCamID(pxConfig *config,
@@ -35,9 +31,12 @@
                     char *workdir,
                     char *label,
+                    char *data_group,
+                    char *dist_group,
                     char *reduction,
                     char *expgroup,
                     char *dvodb,
                     char *tess_id,
-                    char *end_stage);
+                    char *end_stage,
+                    char *note);
 
 
