X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fzebraapi.h;h=b83f79e029dc37ba427c3b174771330d6c201f8a;hb=881b9293d6699c85195142af3f4a957f4982e6e2;hp=203a73a32fcc618d264b8f9b7b85d9b153d0f19f;hpb=10c319371a218dd827d746634d23ac2d33f15461;p=idzebra-moved-to-github.git diff --git a/include/zebraapi.h b/include/zebraapi.h index 203a73a..b83f79e 100644 --- a/include/zebraapi.h +++ b/include/zebraapi.h @@ -1,4 +1,4 @@ -/* $Id: zebraapi.h,v 1.10 2003-08-21 10:30:04 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,