X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Findex.h;h=a147563fbcc57bb0b1df9a029dc7714c5cdee662;hp=5eb29c042cd01db1a9cc9c9bc4d1586d840dba7b;hb=c33ea56e3771c3b80ba66ef8fda3a09cad171ebb;hpb=9aacfd0955fc70f27165254a2844618c85e8600d diff --git a/index/index.h b/index/index.h index 5eb29c0..a147563 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.174 2006-08-22 13:39:27 adam Exp $ +/* $Id: index.h,v 1.175 2006-09-08 14:40:52 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -453,6 +453,9 @@ ZEBRA_RES zebra_update_file_match(ZebraHandle zh, const char *path); ZEBRA_RES zebra_update_from_path(ZebraHandle zh, const char *path); ZEBRA_RES zebra_delete_from_path(ZebraHandle zh, const char *path); +#define FIRST_IN_FIELD_STR "\001^" +#define FIRST_IN_FIELD_LEN 2 + YAZ_END_CDECL #endif