Replace key_compare_it with key_compare
[idzebra-moved-to-github.git] / include / it_key.h
index 7387ac4..40071fc 100644 (file)
@@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 YAZ_BEGIN_CDECL
 
-#define IT_MAX_WORD 256
+#define IT_MAX_WORD 512
 
 #define IT_KEY_LEVEL_MAX 5
 struct it_key {
@@ -43,7 +43,6 @@ int key_compare(const void *p1, const void *p2);
 void key_init(struct it_key *k);
 zint key_get_seq(const void *p);
 zint key_get_segment(const void *p);
-int key_compare_it(const void *p1, const void *p2);
 int key_qsort_compare(const void *p1, const void *p2);
 char *key_print_it(const void *p, char *buf);
 void key_logdump(int mask, const void *p);