X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fprt-ext.c;h=6d0d66a5692019563886cb2d1376fdd43ba33a71;hp=fc760f751207ecb22c2f1e970a2bc791caf2e04d;hb=0f073baf2183a54f2a5691e697fde68c9a5f50c5;hpb=558573d39acf41097935abebe06ba731d208e291 diff --git a/src/prt-ext.c b/src/prt-ext.c index fc760f7..6d0d66a 100644 --- a/src/prt-ext.c +++ b/src/prt-ext.c @@ -2,11 +2,13 @@ * Copyright (C) 1995-2010 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,