X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fit_key.h;h=e5b25ae9344450ae265dcf1252de056bc4faa032;hb=ca8ea9b7dfba1b20033345d996ade40d1e94159b;hp=c52d47eb827cfd559a08c4692bedc46905990b67;hpb=0f26caad2929019d5ae936c7e7c91f7f9194f17d;p=idzebra-moved-to-github.git diff --git a/include/it_key.h b/include/it_key.h index c52d47e..e5b25ae 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) 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,7 +20,6 @@ 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 @@ -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);