X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fit_key.h;h=7b36329c78a0df88dd2fbbba93a52100a8d222d3;hb=2bbf1f29c1033d567e27ab16b72542eaa5b4a36e;hp=7387ac4ccd36bb13255da4ece2868d7e7f8445aa;hpb=a030c87bc444608639905eca95e29f84a4f1d991;p=idzebra-moved-to-github.git diff --git a/include/it_key.h b/include/it_key.h index 7387ac4..7b36329 100644 --- a/include/it_key.h +++ b/include/it_key.h @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) 2004-2013 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -20,12 +20,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef ZEBRA_IT_KEY_H #define ZEBRA_IT_KEY_H -#include #include YAZ_BEGIN_CDECL -#define IT_MAX_WORD 256 +#define IT_MAX_WORD 512 #define IT_KEY_LEVEL_MAX 5 struct it_key { @@ -43,7 +42,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);