X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebraapi.h;h=b83f79e029dc37ba427c3b174771330d6c201f8a;hb=881b9293d6699c85195142af3f4a957f4982e6e2;hp=9818c4c0b33fb608b15a1cb932c2059ec9ee9212;hpb=6a395dd488e0f34f54ea44bafcde9c959292c252;p=idzebra-moved-to-github.git diff --git a/include/zebraapi.h b/include/zebraapi.h index 9818c4c..b83f79e 100644 --- a/include/zebraapi.h +++ b/include/zebraapi.h @@ -1,4 +1,4 @@ -/* $Id: zebraapi.h,v 1.9 2003-06-30 19:37:12 adam Exp $ +/* $Id: zebraapi.h,v 1.11 2004-01-15 13:31:31 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps @@ -141,7 +141,7 @@ YAZ_EXPORT int zebra_search_PQF (ZebraHandle zh, const char *pqf_query, /* Search using RPN Query */ YAZ_EXPORT int zebra_search_RPN (ZebraHandle zh, ODR o, Z_RPNQuery *query, - const char *setname, int *hits); + const char *setname, int *hits); /* Retrieve record(s) */ YAZ_EXPORT int zebra_records_retrieve (ZebraHandle zh, ODR stream, @@ -259,5 +259,7 @@ const char *zebra_get_resource(ZebraHandle zh, const char *name, const char *defaultvalue); +YAZ_EXPORT void zebra_pidfname(ZebraService zs, char *path); + YAZ_END_CDECL #endif