From: Ulrich Drepper Date: Wed, 20 May 1998 12:10:10 +0000 (+0000) Subject: Declare _nl_find_language. X-Git-Tag: cvs/sparc-980522-merge~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=523cf3e81df93cc6b0b28d17c3dc3576ef165c03;p=thirdparty%2Fglibc.git Declare _nl_find_language. --- diff --git a/intl/loadinfo.h b/intl/loadinfo.h index c67c2eb2e8e..aa07beb136e 100644 --- a/intl/loadinfo.h +++ b/intl/loadinfo.h @@ -56,3 +56,5 @@ extern int _nl_explode_name PARAMS ((char *name, const char **language, const char **special, const char **sponsor, const char **revision)); + +extern char *_nl_find_language PARAMS ((const char *name));