From: Bruno Haible Date: Wed, 24 Oct 2001 09:01:39 +0000 (+0000) Subject: Add comments. X-Git-Tag: v0.11~426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187f5c5501f1c9ca134829dc9eb173a9d9df34cf;p=thirdparty%2Fgettext.git Add comments. --- diff --git a/intl/loadinfo.h b/intl/loadinfo.h index b8612607b..f1abe8ef2 100644 --- a/intl/loadinfo.h +++ b/intl/loadinfo.h @@ -20,6 +20,18 @@ #ifndef _LOADINFO_H #define _LOADINFO_H 1 +/* Declarations of locale dependent catalog lookup functions. + Implemented in + + localealias.c Possibly replace a locale name by another. + explodename.c Split a locale name into its various fields. + l10nflist.c Generate a list of filenames of possible message catalogs. + finddomain.c Find and open the relevant message catalogs. + + The main function _nl_find_domain() in finddomain.c is declared + in gettextP.h. + */ + #ifndef PARAMS # if __STDC__ # define PARAMS(args) args