X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraapi.h;h=1b822b3e5da7ef41c39eace34613ba6f3e244f19;hb=3e72747f4b28856e5f684dbe8984f8fb28680e62;hp=0bc5099daedeed785e8395161c5e63a7d8a6c7ea;hpb=2b1851bd5565e3d21f9cf9a37661a584c063b75f;p=idzebra-moved-to-github.git diff --git a/index/zebraapi.h b/index/zebraapi.h index 0bc5099..1b822b3 100644 --- a/index/zebraapi.h +++ b/index/zebraapi.h @@ -3,7 +3,7 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * - * $Id: zebraapi.h,v 1.14 2002-04-04 14:14:13 adam Exp $ + * $Id: zebraapi.h,v 1.16 2002-04-26 08:44:47 adam Exp $ */ #ifndef ZEBRAAPI_H @@ -149,7 +149,11 @@ int zebra_select_databases (ZebraHandle zh, int num_bases, YAZ_EXPORT int zebra_select_database (ZebraHandle zh, const char *basename); +YAZ_EXPORT +void zebra_shadow_enable (ZebraHandle zh, int value); +YAZ_EXPORT +void zebra_register_statistics (ZebraHandle zh); YAZ_END_CDECL #endif