Moved file locking utilities from index/lockutil.c to util/flock.c
[idzebra-moved-to-github.git] / include / idzebra / recctrl.h
index ab1941b..4db54cc 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: recctrl.h,v 1.12 2005-06-23 06:45:46 adam Exp $
+/* $Id: recctrl.h,v 1.14 2005-08-22 08:19:51 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -49,8 +49,8 @@ typedef struct {
     int  attrUse;
 #endif
     unsigned index_type;
-    char *index_name;
-    char *term_buf;
+    const char *index_name;
+    const char *term_buf;
     int  term_len;
     zint seqno;
     zint record_id;
@@ -76,6 +76,7 @@ struct recExtractCtrl {
     int       flagShowRecords;
     int       seqno[256];
     char      match_criteria[256];
+    int       staticrank;
     void      (*schemaAdd)(struct recExtractCtrl *p, Odr_oid *oid);
     data1_handle dh;
     void      *handle;