Index: trunk/ippTools/src/pztool.h
===================================================================
--- trunk/ippTools/src/pztool.h	(revision 7921)
+++ trunk/ippTools/src/pztool.h	(revision 8536)
@@ -1,15 +1,15 @@
-#ifndef PZSEARCH_H
-#define PZSEARCH_H 1
+#ifndef PZTOOL_H
+#define PZTOOL_H 1
 
 #include "pxtools.h"
 
 typedef enum {
-    PZSEARCH_MODE_NONE      = 0x0,
-    PZSEARCH_MODE_SEEN,
-    PZSEARCH_MODE_PENDING,
-    PZSEARCH_MODE_COPYDONE
-} pzsearchMode;
+    PZTOOL_MODE_NONE      = 0x0,
+    PZTOOL_MODE_SEEN,
+    PZTOOL_MODE_PENDING,
+    PZTOOL_MODE_COPYDONE
+} pztoolMode;
 
-pxConfig *pzsearchConfig(pxConfig *config, int argc, char **argv);
+pxConfig *pztoolConfig(pxConfig *config, int argc, char **argv);
 
-#endif // PZSEARCH_H
+#endif // PZTOOL_H
