Added zebra_get_bfs to get BFile handle for session
[idzebra-moved-to-github.git] / include / idzebra / recctrl.h
index b468b92..0a1d567 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: recctrl.h,v 1.6 2005-01-15 19:38:24 adam Exp $
+/* $Id: recctrl.h,v 1.8 2005-03-05 09:19:14 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -23,6 +23,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #ifndef RECCTRL_H
 #define RECCTRL_H
 
+#include <sys/types.h>
 #include <yaz/proto.h>
 #include <yaz/oid.h>
 #include <yaz/odr.h>
@@ -37,8 +38,9 @@ typedef struct {
     int  attrSet;
     int  attrUse;
     unsigned reg_type;
-    char *string;
-    int  length;
+    char *attrStr;
+    char *term_buf;
+    int  term_len;
     zint seqno;
     zint record_id;
     zint section_id;