Index: trunk/ippTools/src/pxchip.h
===================================================================
--- trunk/ippTools/src/pxchip.h	(revision 17148)
+++ trunk/ippTools/src/pxchip.h	(revision 17161)
@@ -2,5 +2,5 @@
  * pxchip.h
  *
- * Copyright (C) 2007  Joshua Hoblitt
+ * Copyright (C) 2007-2008  Joshua Hoblitt
  *
  * This program is free software; you can redistribute it and/or modify it
@@ -26,15 +26,17 @@
 
 bool pxchipRunSetState(pxConfig *config, psS64 chip_id, const char *state);
+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);
 
 psS64 pxchipQueueByExpTag(pxConfig *config,
                          psS64 exp_id,
-                         char *workdir,
-                         char *label,
-                         char *reduction,
-                         char *expgroup,
-                         char *dvodb,
-                         char *tess_id,
-                         char *end_stage);
+                         const char *workdir,
+                         const char *label,
+                         const char *reduction,
+                         const char *expgroup,
+                         const char *dvodb,
+                         const char *tess_id,
+                         const char *end_stage);
 
 #endif // PXCHIP_H
