test.pl removed
[idzebra-moved-to-github.git] / perl / zebra_perl.h
index 5abd5cc..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;
 
@@ -47,3 +49,5 @@ typedef struct {
 } ScanObj;
 
 #endif
+
+