test.pl removed
[idzebra-moved-to-github.git] / perl / zebra_perl.h
index aadc620..b7826df 100644 (file)
@@ -29,7 +29,9 @@ typedef struct {
   char *errString;     /* error string */
   int  position;       /* position of record in result set (1,2,..) */
   char *base; 
-  oid_value format;    /* record syntax */
+  int  sysno;
+  int  score;
+  char *format;    /* record syntax */
   RetrievalRecordBuf *buf;
 } RetrievalRecord;
 
@@ -39,4 +41,13 @@ typedef struct {
     char *term;          /* scan term string */
 } ScanEntry;
 
+typedef struct {
+  int num_entries;
+  int position;
+  int is_partial;
+  ScanEntry *entries;
+} ScanObj;
+
 #endif
+
+