New Debian sarge packages
[idzebra-moved-to-github.git] / perl / zebra_perl.h
index cae6857..cbe6261 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef ZEBRA_PERL_H
 #define ZEBRA_PERL_H
 
-#include "zebraapi.h"
+#include <idzebra/api.h>
 
 typedef struct {
     char  *groupName;
@@ -34,7 +34,7 @@ typedef struct {
   char *errString;     /* error string */
   int  position;       /* position of record in result set (1,2,..) */
   char *base; 
-  int  sysno;
+  SYSNO sysno;
   int  score;
   char *format;    /* record syntax */
   RetrievalRecordBuf *buf;