Removed old stuff, and done some cleanup in the documentation, and
[idzebra-moved-to-github.git] / perl / zebra_perl.h
index 9b49303..7020563 100644 (file)
@@ -29,6 +29,8 @@ typedef struct {
   char *errString;     /* error string */
   int  position;       /* position of record in result set (1,2,..) */
   char *base; 
+  int  sysno;
+  int  score;
   oid_value format;    /* record syntax */
   RetrievalRecordBuf *buf;
 } RetrievalRecord;