Working on and operation which deals with segments (matches within fields)
[idzebra-moved-to-github.git] / include / idzebra / recctrl.h
index 9f6443a..71c8deb 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: recctrl.h,v 1.23 2006-06-13 19:42:04 adam Exp $
+/* $Id: recctrl.h,v 1.25 2006-07-04 14:10:29 adam Exp $
    Copyright (C) 1995-2006
    Index Data ApS
 
@@ -109,7 +109,7 @@ struct recRetrieveCtrl {
     /* response */
     oid_value  output_format;
     void       *rec_buf;
-    size_t     rec_len;
+    int        rec_len;
     int        diagnostic;
     char       *addinfo;
 };
@@ -169,6 +169,8 @@ RecType recType_byName(RecTypes rts, Res res, const char *name,
                       void **clientDataP);
 
 
+#define KEY_SEGMENT_SIZE 1024
+
 YAZ_END_CDECL
 
 #endif