X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fretrieval.h;h=a6ce256f1763fc6ea15f2880b6bb2029fb3c9c4f;hb=bab540a6816b1ae07a834075e0c71d0f160565e4;hp=e1cb75df4048460830c3530337fc9d5448b5e00e;hpb=8f8560e0ab3b370263683d8aea81b839c5927091;p=yaz-moved-to-github.git diff --git a/include/yaz/retrieval.h b/include/yaz/retrieval.h index e1cb75d..a6ce256 100644 --- a/include/yaz/retrieval.h +++ b/include/yaz/retrieval.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2006, Index Data + * Copyright (c) 1995-2007, Index Data * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: retrieval.h,v 1.7 2006-12-13 11:25:17 adam Exp $ */ +/* $Id: retrieval.h,v 1.10 2007-05-08 08:22:35 adam Exp $ */ /** * \file retrieval.h @@ -37,7 +37,7 @@ #include #include #include - +#include #include YAZ_BEGIN_CDECL @@ -65,20 +65,24 @@ YAZ_EXPORT void yaz_retrieval_destroy(yaz_retrieval_t p); For retrieval: \verbatim - - - MARCXML - - - - - + + + + + + + + + + + + + - + \endverbatim */ YAZ_EXPORT @@ -102,11 +106,11 @@ int yaz_retrieval_configure(yaz_retrieval_t p, const xmlNode *node); */ YAZ_EXPORT int yaz_retrieval_request(yaz_retrieval_t p, - const char *schema, int *syntax, - const char **match_schema, int **match_syntax, + const char *schema, Odr_oid *syntax, + const char **match_schema, Odr_oid **match_syntax, yaz_record_conv_t *rc, const char **backend_schema, - int **backend_syntax); + Odr_oid **backend_syntax); /** returns error string (for last error) \param p record conversion handle