Index: trunk/ippTools/src/pxadd.h
===================================================================
--- trunk/ippTools/src/pxadd.h	(revision 25789)
+++ trunk/ippTools/src/pxadd.h	(revision 25816)
@@ -25,17 +25,16 @@
 #include "pxtools.h"
 
-bool pxaddRunSetState(pxConfig *config, psS64 add_id, const char *state, psS64 magicked);
+bool pxaddRunSetState(pxConfig *config, psS64 add_id, const char *state);
 bool pxaddRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
 bool pxaddRunSetLabel(pxConfig *config, psS64 add_id, const char *label);
 bool pxaddRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);
 
-// Likely BROKEN
 bool pxaddQueueByCamID(pxConfig *config,
-                        psS64 cam_id,
-                        char *workdir,
-                        char *label,
-                        char *recipe,
-       		        char *dvodb);
-
+		       psS64 cam_id,
+		       char *workdir,
+		       char *reduction,
+		       char *label,
+		       char *dvodb,
+		       bool image_only);
 
 #endif // PXADD_H
