]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add comments.
authorBruno Haible <bruno@clisp.org>
Wed, 24 Oct 2001 09:01:39 +0000 (09:01 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 24 Oct 2001 09:01:39 +0000 (09:01 +0000)
intl/loadinfo.h

index b8612607b62537fe15b30d4f408296ec173dda23..f1abe8ef27976bc43aa4f4ce9c767503986dba66 100644 (file)
 #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