X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=3fb6b1de87efc170510ddef1846c5ff149aee58f;hb=18e6d4befe9117cc44003fc9c1e62aac14d4e3bb;hp=824cf4e52bfeb40f8c67951e005ba6492eb7e1f0;hpb=10d6b6813c5bb9e7b19a12c241ac4e05f5741605;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 824cf4e..3fb6b1d 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.176 2006-09-11 22:57:54 adam Exp $ +/* $Id: index.h,v 1.177 2006-09-21 08:39:14 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -455,6 +455,19 @@ ZEBRA_RES zebra_delete_from_path(ZebraHandle zh, const char *path); ZEBRA_RES zebra_remove_file_match(ZebraHandle zh); +struct rpn_char_map_info +{ + ZebraMaps zm; + int reg_type; +}; + +void rpn_char_map_prepare(struct zebra_register *reg, int reg_type, + struct rpn_char_map_info *map_info); + +ZEBRA_RES zapt_term_to_utf8(ZebraHandle zh, Z_AttributesPlusTerm *zapt, + char *termz); + + #define FIRST_IN_FIELD_STR "\001^" #define FIRST_IN_FIELD_LEN 2