Working on and operation which deals with segments (matches within fields)
[idzebra-moved-to-github.git] / include / idzebra / recctrl.h
index 4c8a7cc..71c8deb 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: recctrl.h,v 1.24 2006-06-13 20:03:33 adam Exp $
+/* $Id: recctrl.h,v 1.25 2006-07-04 14:10:29 adam Exp $
    Copyright (C) 1995-2006
    Index Data ApS
 
@@ -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