IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

rename p2search -> p2tool

File:
1 edited

Legend:

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

    r7848 r8535  
    1 #ifndef P2SEARCH_H
    2 #define P2SEARCH_H 1
     1#ifndef P2TOOL_H
     2#define P2TOOL_H 1
    33
    44#include "pxtools.h"
    55
    66typedef enum {
    7     P2SEARCH_MODE_NONE      = 0x0,
    8     P2SEARCH_MODE_QUICK,
    9     P2SEARCH_MODE_DEFINE,
    10     P2SEARCH_MODE_PENDING,
    11     P2SEARCH_MODE_DONE
    12 } p2searchMode;
     7    P2TOOL_MODE_NONE      = 0x0,
     8    P2TOOL_MODE_QUICK,
     9    P2TOOL_MODE_DEFINE,
     10    P2TOOL_MODE_PENDING,
     11    P2TOOL_MODE_DONE
     12} p2toolMode;
    1313
    14 pxConfig *p2searchConfig(pxConfig *config, int argc, char **argv);
     14pxConfig *p2toolConfig(pxConfig *config, int argc, char **argv);
    1515
    16 #endif // P2SEARCH_H
     16#endif // P2TOOL_H
Note: See TracChangeset for help on using the changeset viewer.