Index: branches/simmosaic_branches/ippTools/src/pxchip.h
===================================================================
--- branches/simmosaic_branches/ippTools/src/pxchip.h	(revision 24860)
+++ branches/simmosaic_branches/ippTools/src/pxchip.h	(revision 27839)
@@ -25,8 +25,8 @@
 #include "pxtools.h"
 
-bool pxchipRunSetState(pxConfig *config, psS64 chip_id, const char *state, const bool magicked);
-bool pxchipRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
-bool pxchipRunSetLabel(pxConfig *config, psS64 chip_id, const char *label);
-bool pxchipRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);
+
+
+bool pxchipRunSetState(pxConfig *config, psS64 chip_id, const char *state, const psS64 magicked);
+bool pxchipProcessedImfileSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
 
 psS64 pxchipQueueByExpTag(pxConfig *config,
@@ -34,9 +34,12 @@
                          const char *workdir,
                          const char *label,
+                         const char *data_group,
+                         const char *dist_group,
                          const char *reduction,
                          const char *expgroup,
                          const char *dvodb,
                          const char *tess_id,
-                         const char *end_stage);
+                         const char *end_stage,
+                         const char *note);
 
 
