X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fretrieval.h;h=9fdccb92818a81105ae98fa9a0582c2c4605d3be;hp=e7463d2bbca0a26f3a0c47bf0318141edc6d2972;hb=d940392c53c32ccf76fb287cc5b997b9e921a431;hpb=0c4163220f1cdfcb44af12ac65d1ddf8bae3a806 diff --git a/include/yaz/retrieval.h b/include/yaz/retrieval.h index e7463d2..9fdccb9 100644 --- a/include/yaz/retrieval.h +++ b/include/yaz/retrieval.h @@ -1,5 +1,5 @@ -/* - * Copyright (c) 1995-2007, 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.9 2007-02-08 10:51:23 adam Exp $ */ /** * \file retrieval.h @@ -37,7 +36,7 @@ #include #include #include - +#include #include YAZ_BEGIN_CDECL @@ -106,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