X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fit_key.h;h=40071fc5cfa1f82c6f6ce2990675a67c9fabe576;hp=e2b5fb9c8b2b31e9e3a1c1e00d25eb182220e570;hb=354f1142c4cc8c59b6f1170b95caec40bfe4d8c0;hpb=ca39c711e9398043092cceeb3b4a7d8a0db1c0d8 diff --git a/include/it_key.h b/include/it_key.h index e2b5fb9..40071fc 100644 --- a/include/it_key.h +++ b/include/it_key.h @@ -1,8 +1,5 @@ -/* $Id: it_key.h,v 1.1 2006-11-21 14:32:38 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2011 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 @@ -28,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 { @@ -46,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); @@ -61,6 +57,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab