Index: trunk/ippTools/src/pztool.h
===================================================================
--- trunk/ippTools/src/pztool.h	(revision 6978)
+++ trunk/ippTools/src/pztool.h	(revision 7921)
@@ -4,4 +4,11 @@
 #include "pxtools.h"
 
+typedef enum {
+    PZSEARCH_MODE_NONE      = 0x0,
+    PZSEARCH_MODE_SEEN,
+    PZSEARCH_MODE_PENDING,
+    PZSEARCH_MODE_COPYDONE
+} pzsearchMode;
+
 pxConfig *pzsearchConfig(pxConfig *config, int argc, char **argv);
 
