IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2006, 3:06:21 PM (20 years ago)
Author:
jhoblitt
Message:

refactor pzsearchs config/CLI option handling to be consistent with the other pXtools

File:
1 edited

Legend:

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

    r6978 r7921  
    44#include "pxtools.h"
    55
     6typedef enum {
     7    PZSEARCH_MODE_NONE      = 0x0,
     8    PZSEARCH_MODE_SEEN,
     9    PZSEARCH_MODE_PENDING,
     10    PZSEARCH_MODE_COPYDONE
     11} pzsearchMode;
     12
    613pxConfig *pzsearchConfig(pxConfig *config, int argc, char **argv);
    714
Note: See TracChangeset for help on using the changeset viewer.