IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2006, 4:20:19 PM (20 years ago)
Author:
jhoblitt
Message:

rename p0search -> p0tool

File:
1 edited

Legend:

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

    r8280 r8292  
    1 #ifndef P0SEARCH_H
    2 #define P0SEARCH_H 1
     1#ifndef P0TOOL_H
     2#define P0TOOL_H 1
    33
    44#include "pxtools.h"
    55
    66typedef enum {
    7     P0SEARCH_MODE_NONE      = 0x0,
    8     P0SEARCH_MODE_PENDINGEXP,
    9     P0SEARCH_MODE_PENDINGIMFILE,
    10     P0SEARCH_MODE_UPDATEEXP,
    11     P0SEARCH_MODE_UPDATEIMFILE,
    12     P0SEARCH_MODE_RAWIMFILE
    13 } p0searchMode;
     7    P0TOOL_MODE_NONE      = 0x0,
     8    P0TOOL_MODE_PENDINGEXP,
     9    P0TOOL_MODE_PENDINGIMFILE,
     10    P0TOOL_MODE_UPDATEEXP,
     11    P0TOOL_MODE_UPDATEIMFILE,
     12    P0TOOL_MODE_RAWIMFILE
     13} p0toolMode;
    1414
    15 pxConfig *p0searchConfig(pxConfig *config, int argc, char **argv);
     15pxConfig *p0toolConfig(pxConfig *config, int argc, char **argv);
    1616
    17 #endif // P0SEARCH_H
     17#endif // P0TOOL_H
Note: See TracChangeset for help on using the changeset viewer.