IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2007, 6:49:43 PM (19 years ago)
Author:
jhoblitt
Message:

rename p[x]tools -> [foo]tools

File:
1 edited

Legend:

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

    r11562 r11997  
    1818 */
    1919
    20 #ifndef P2TOOL_H
    21 #define P2TOOL_H 1
     20#ifndef CHIPTOOL_H
     21#define CHIPTOOL_H 1
    2222
    2323#include "pxtools.h"
    2424
    2525typedef enum {
    26     P2TOOL_MODE_NONE      = 0x0,
    27     P2TOOL_MODE_QUEUERAWEXP,
    28     P2TOOL_MODE_PENDINGIMFILE,
    29     P2TOOL_MODE_ADDPROCESSEDIMFILE,
    30     P2TOOL_MODE_PROCESSEDIMFILE,
    31     P2TOOL_MODE_UPDATEPROCESSEDIMFILE,
    32     P2TOOL_MODE_BLOCK,
    33     P2TOOL_MODE_MASKED,
    34     P2TOOL_MODE_UNBLOCK
    35 } p2toolMode;
     26    CHIPTOOL_MODE_NONE      = 0x0,
     27    CHIPTOOL_MODE_QUEUERAWEXP,
     28    CHIPTOOL_MODE_PENDINGIMFILE,
     29    CHIPTOOL_MODE_ADDPROCESSEDIMFILE,
     30    CHIPTOOL_MODE_PROCESSEDIMFILE,
     31    CHIPTOOL_MODE_UPDATEPROCESSEDIMFILE,
     32    CHIPTOOL_MODE_BLOCK,
     33    CHIPTOOL_MODE_MASKED,
     34    CHIPTOOL_MODE_UNBLOCK
     35} chiptoolMode;
    3636
    37 pxConfig *p2toolConfig(pxConfig *config, int argc, char **argv);
     37pxConfig *chiptoolConfig(pxConfig *config, int argc, char **argv);
    3838
    39 #endif // P2TOOL_H
     39#endif // CHIPTOOL_H
Note: See TracChangeset for help on using the changeset viewer.