From 523cf3e81df93cc6b0b28d17c3dc3576ef165c03 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 20 May 1998 12:10:10 +0000 Subject: [PATCH] Declare _nl_find_language. --- intl/loadinfo.h | 2 ++ 1 file changed, 2 insertions(+) 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)); -- 2.47.2