IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2006, 3:47:27 PM (20 years ago)
Author:
jhoblitt
Message:

rename pzsearch -> pztool

File:
1 edited

Legend:

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

    r7921 r8536  
    1 #ifndef PZSEARCH_H
    2 #define PZSEARCH_H 1
     1#ifndef PZTOOL_H
     2#define PZTOOL_H 1
    33
    44#include "pxtools.h"
    55
    66typedef enum {
    7     PZSEARCH_MODE_NONE      = 0x0,
    8     PZSEARCH_MODE_SEEN,
    9     PZSEARCH_MODE_PENDING,
    10     PZSEARCH_MODE_COPYDONE
    11 } pzsearchMode;
     7    PZTOOL_MODE_NONE      = 0x0,
     8    PZTOOL_MODE_SEEN,
     9    PZTOOL_MODE_PENDING,
     10    PZTOOL_MODE_COPYDONE
     11} pztoolMode;
    1212
    13 pxConfig *pzsearchConfig(pxConfig *config, int argc, char **argv);
     13pxConfig *pztoolConfig(pxConfig *config, int argc, char **argv);
    1414
    15 #endif // PZSEARCH_H
     15#endif // PZTOOL_H
Note: See TracChangeset for help on using the changeset viewer.