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/camtool.h

    r11075 r11997  
    1818 */
    1919
    20 #ifndef P3TOOL_H
    21 #define P3TOOL_H 1
     20#ifndef CAMTOOL_H
     21#define CAMTOOL_H 1
    2222
    2323#include "pxtools.h"
    2424
    2525typedef enum {
    26     P3TOOL_MODE_NONE      = 0x0,
    27     P3TOOL_MODE_PENDINGEXP,
    28     P3TOOL_MODE_PENDINGIMFILE,
    29     P3TOOL_MODE_ADDPROCESSEDEXP,
    30     P3TOOL_MODE_PROCESSEDEXP,
    31     P3TOOL_MODE_UPDATEPROCESSEDEXP,
    32     P3TOOL_MODE_BLOCK,
    33     P3TOOL_MODE_MASKED,
    34     P3TOOL_MODE_UNBLOCK
    35 } p3toolMode;
     26    CAMTOOL_MODE_NONE      = 0x0,
     27    CAMTOOL_MODE_PENDINGEXP,
     28    CAMTOOL_MODE_PENDINGIMFILE,
     29    CAMTOOL_MODE_ADDPROCESSEDEXP,
     30    CAMTOOL_MODE_PROCESSEDEXP,
     31    CAMTOOL_MODE_UPDATEPROCESSEDEXP,
     32    CAMTOOL_MODE_BLOCK,
     33    CAMTOOL_MODE_MASKED,
     34    CAMTOOL_MODE_UNBLOCK
     35} camtoolMode;
    3636
    37 pxConfig *p3toolConfig(pxConfig *config, int argc, char **argv);
     37pxConfig *camtoolConfig(pxConfig *config, int argc, char **argv);
    3838
    39 #endif // P3TOOL_H
     39#endif // CAMTOOL_H
Note: See TracChangeset for help on using the changeset viewer.