X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fretrieval.h;h=9fdccb92818a81105ae98fa9a0582c2c4605d3be;hp=e1cb75df4048460830c3530337fc9d5448b5e00e;hb=d940392c53c32ccf76fb287cc5b997b9e921a431;hpb=8f8560e0ab3b370263683d8aea81b839c5927091 diff --git a/include/yaz/retrieval.h b/include/yaz/retrieval.h index e1cb75d..9fdccb9 100644 --- a/include/yaz/retrieval.h +++ b/include/yaz/retrieval.h @@ -1,5 +1,5 @@ -/* - * Copyright (c) 1995-2006, Index Data +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 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,6 @@ * (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 $ */ /** * \file retrieval.h @@ -37,7 +36,7 @@ #include #include #include - +#include #include YAZ_BEGIN_CDECL @@ -65,20 +64,24 @@ YAZ_EXPORT void yaz_retrieval_destroy(yaz_retrieval_t p); For retrieval: \verbatim - - - MARCXML - - - - - + + + + + + + + + + + + + - + \endverbatim */ YAZ_EXPORT @@ -102,11 +105,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