X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Findex.h;h=f795dafd31667ca2cb8a497cb71a27a527a60280;hp=f205d253b6be87e8a61b780350a2565da860713f;hb=e7cf9381a4b902cb2b91053f80ab7899b7d5bb00;hpb=1369748dd7899789c97d94801048bf942e0cc6e6 diff --git a/index/index.h b/index/index.h index f205d25..f795daf 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.163 2006-05-19 23:20:24 adam Exp $ +/* $Id: index.h,v 1.164 2006-05-19 23:45:29 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -132,10 +132,6 @@ int strtab_src (struct strtab *t, const char *name, void ***infop); void strtab_del (struct strtab *t, void (*func)(const char *name, void *info, void *data), void *data); -int index_char_cvt (int c); -int index_word_prefix (char *string, int attset_ordinal, - int local_attribute, const char *databaseName); - void zebraIndexLockMsg (ZebraHandle zh, const char *str); void zebraIndexUnlock (ZebraHandle zh); @@ -149,8 +145,6 @@ void zebra_lock_prefix (Res res, char *dst); #define FNAME_ORG_LOCK "zebraorg.LCK" #define FNAME_TOUCH_TIME "zebraidx.time" -void zebra_load_atts (data1_handle dh, Res res); - int key_SU_decode (int *ch, const unsigned char *out); int key_SU_encode (int ch, char *out); @@ -363,14 +357,6 @@ int zebra_server_lock (ZebraService zh, int lockCommit); void zebra_server_unlock (ZebraService zh, int commitPhase); int zebra_server_lock_get_state (ZebraService zh, time_t *timep); -#if 1 -typedef struct attent -{ - int attset_ordinal; - data1_local_attribute *local_attributes; -} attent; -#endif - int zebra_record_fetch (ZebraHandle zh, SYSNO sysno, int score, zebra_snippets *hit_snippet, ODR stream, oid_value input_format, Z_RecordComposition *comp,