Changeset 8536 for trunk/ippTools/src/pztool.h
- Timestamp:
- Aug 23, 2006, 3:47:27 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pztool.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pztool.h
r7921 r8536 1 #ifndef PZ SEARCH_H2 #define PZ SEARCH_H 11 #ifndef PZTOOL_H 2 #define PZTOOL_H 1 3 3 4 4 #include "pxtools.h" 5 5 6 6 typedef enum { 7 PZ SEARCH_MODE_NONE = 0x0,8 PZ SEARCH_MODE_SEEN,9 PZ SEARCH_MODE_PENDING,10 PZ SEARCH_MODE_COPYDONE11 } pz searchMode;7 PZTOOL_MODE_NONE = 0x0, 8 PZTOOL_MODE_SEEN, 9 PZTOOL_MODE_PENDING, 10 PZTOOL_MODE_COPYDONE 11 } pztoolMode; 12 12 13 pxConfig *pz searchConfig(pxConfig *config, int argc, char **argv);13 pxConfig *pztoolConfig(pxConfig *config, int argc, char **argv); 14 14 15 #endif // PZ SEARCH_H15 #endif // PZTOOL_H
Note:
See TracChangeset
for help on using the changeset viewer.
