X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fprt-ext.c;h=aad4cc7b8bdff77cacb467bf998b046c8f9528c9;hb=7b1bbfddfb6e9d68c645388e3279a4990a6592ef;hp=fc760f751207ecb22c2f1e970a2bc791caf2e04d;hpb=558573d39acf41097935abebe06ba731d208e291;p=yaz-moved-to-github.git diff --git a/src/prt-ext.c b/src/prt-ext.c index fc760f7..aad4cc7 100644 --- a/src/prt-ext.c +++ b/src/prt-ext.c @@ -1,12 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ - /** * \file prt-ext.c * \brief Implements handling of various Z39.50 Externals */ +#if HAVE_CONFIG_H +#include +#endif #include @@ -144,7 +146,7 @@ int z_External(ODR o, Z_External **p, int opt, const char *name) {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_userInfo1, (Odr_fun)z_OtherInformation, 0}, {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_userFacets, - (Odr_fun)z_FacetList, 0}, + (Odr_fun)z_FacetList, "FacetList" }, {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_charSetandLanguageNegotiation, (Odr_fun)z_CharSetandLanguageNegotiation, 0}, {ODR_EXPLICIT, ODR_CONTEXT, 0, Z_External_acfPrompt1,