Changeset 25816 for trunk/ippTools/src/pxadd.h
- Timestamp:
- Oct 8, 2009, 5:09:53 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxadd.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxadd.h
r25789 r25816 25 25 #include "pxtools.h" 26 26 27 bool pxaddRunSetState(pxConfig *config, psS64 add_id, const char *state , psS64 magicked);27 bool pxaddRunSetState(pxConfig *config, psS64 add_id, const char *state); 28 28 bool pxaddRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state); 29 29 bool pxaddRunSetLabel(pxConfig *config, psS64 add_id, const char *label); 30 30 bool pxaddRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label); 31 31 32 // Likely BROKEN33 32 bool pxaddQueueByCamID(pxConfig *config, 34 psS64 cam_id,35 char *workdir,36 char *label,37 char *recipe,38 char *dvodb); 39 33 psS64 cam_id, 34 char *workdir, 35 char *reduction, 36 char *label, 37 char *dvodb, 38 bool image_only); 40 39 41 40 #endif // PXADD_H
Note:
See TracChangeset
for help on using the changeset viewer.
