test.pl removed
[idzebra-moved-to-github.git] / perl / zebra_perl.h
index 9b49303..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;