New cql map file to be used for testing
[idzebra-moved-to-github.git] / perl / zebra_perl.h
index aadc620..9b49303 100644 (file)
@@ -39,4 +39,13 @@ typedef struct {
     char *term;          /* scan term string */
 } ScanEntry;
 
+typedef struct {
+  int num_entries;
+  int position;
+  int is_partial;
+  ScanEntry *entries;
+} ScanObj;
+
 #endif
+
+