Index: branches/simmosaic_branches/ippTools/src/pxcam.h
===================================================================
--- branches/simmosaic_branches/ippTools/src/pxcam.h	(revision 24860)
+++ branches/simmosaic_branches/ippTools/src/pxcam.h	(revision 27839)
@@ -26,8 +26,4 @@
 
 bool pxcamRunSetState(pxConfig *config, psS64 cam_id, const char *state, psS64 magicked);
-bool pxcamRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
-bool pxcamRunSetLabel(pxConfig *config, psS64 cam_id, const char *label);
-bool pxcamRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);
-
 bool pxcamSetSearchArgs (psMetadata *md);
 bool pxcamGetSearchArgs (pxConfig *config, psMetadata *where);
@@ -37,9 +33,13 @@
                         char *workdir,
                         char *label,
+                        char *data_group,
+                        char *dist_group,
                         char *recipe,
                         char *expgroup,
                         char *dvodb,
                         char *tess_id,
-                        char *end_stage);
+                        char *end_stage,
+                        psS64 magicked,
+                        char *note);
 
 #endif // PXCAM_H
