IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2009, 4:25:35 PM (17 years ago)
Author:
watersc1
Message:

Updates to various tools to fix errors in cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxchip.h

    r23381 r25800  
    2525#include "pxtools.h"
    2626
     27
     28
    2729bool pxchipRunSetState(pxConfig *config, psS64 chip_id, const char *state, const bool magicked);
    2830bool pxchipRunSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
    2931bool pxchipRunSetLabel(pxConfig *config, psS64 chip_id, const char *label);
    3032bool pxchipRunSetLabelByQuery(pxConfig *config, psMetadata *where, const char *label);
     33
     34bool pxchipProcessedImfileSetStateByQuery(pxConfig *config, psMetadata *where, const char *state);
    3135
    3236psS64 pxchipQueueByExpTag(pxConfig *config,
Note: See TracChangeset for help on using the changeset viewer.