Changeset 25870 for branches/eam_branches/20090820/ippTools/src/pxadd.h
- Timestamp:
- Oct 18, 2009, 10:23:28 AM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/src/pxadd.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
-
branches/eam_branches/20090820/ippTools/src/pxadd.h
r25766 r25870 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 bool pxaddSetSearchArgs (psMetadata *md);33 bool pxaddGetSearchArgs (pxConfig *config, psMetadata *where);34 35 // Likely BROKEN36 32 bool pxaddQueueByCamID(pxConfig *config, 37 psS64 cam_id, 38 char *workdir, 39 char *label, 40 char *recipe, 41 char *dvodb); 42 33 psS64 cam_id, 34 char *workdir, 35 char *reduction, 36 char *label, 37 char *data_group, 38 char *dvodb, 39 char *note, 40 bool image_only); 43 41 44 42 #endif // PXADD_H
Note:
See TracChangeset
for help on using the changeset viewer.
