X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ficu_I18N.c;h=1f309900f8a3af2946a89bf9adaa05429fe863da;hp=932c1b2d43ad8e9a384d478202d0a945329b2af2;hb=71509ab1affd957fa0af7c7536105988a7ccd93d;hpb=c2e065a4a7fa385b5658c1fcf1efa9f4ee4351e2 diff --git a/src/icu_I18N.c b/src/icu_I18N.c index 932c1b2..1f30990 100644 --- a/src/icu_I18N.c +++ b/src/icu_I18N.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: icu_I18N.c,v 1.10 2007-10-29 13:50:57 marc Exp $ + * $Id: icu_I18N.c,v 1.11 2007-11-06 10:27:30 adam Exp $ */ #if HAVE_CONFIG_H @@ -850,7 +850,7 @@ void icu_chain_step_destroy(struct icu_chain_step * step){ -struct icu_chain * icu_chain_create(const uint8_t * locale, +struct icu_chain * icu_chain_create(const char *locale, int sort, UErrorCode * status) { @@ -905,8 +905,8 @@ void icu_chain_destroy(struct icu_chain * chain) -struct icu_chain * icu_chain_xml_config(xmlNode *xml_node, - const uint8_t * locale, +struct icu_chain * icu_chain_xml_config(const xmlNode *xml_node, + const char *locale, int sort, UErrorCode * status){