X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=e3045f74f9f046139aaa5818338dd79a8cfa7075;hb=d089fa72c83a673c788d828687dbec88fe9d1c4a;hp=e2f5f3eaeb3c6d46e4c591b6a35d3ffd2e8a6d50;hpb=cb1402d1cc3fdc321a04a891c04b13cf9747ae0d;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index e2f5f3e..e3045f7 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.169 2006-06-23 11:21:38 adam Exp $ +/* $Id: index.h,v 1.170 2006-07-04 14:10:29 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -104,6 +104,7 @@ int key_compare (const void *p1, const void *p2); void key_init(struct it_key *k); char *key_print_it (const void *p, char *buf); 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); void key_logdump (int mask, const void *p);