summaryrefslogtreecommitdiffstats
path: root/intl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-10-24 09:01:39 +0000
committerBruno Haible <bruno@clisp.org>2001-10-24 09:01:39 +0000
commit187f5c5501f1c9ca134829dc9eb173a9d9df34cf (patch)
tree4208f19fd8dd8a2f930dc6a133fbfe62a61cef85 /intl
parent980f26ca2099b3bcf3e8e65ad1edf7369b652010 (diff)
downloadexternal_gettext-187f5c5501f1c9ca134829dc9eb173a9d9df34cf.zip
external_gettext-187f5c5501f1c9ca134829dc9eb173a9d9df34cf.tar.gz
external_gettext-187f5c5501f1c9ca134829dc9eb173a9d9df34cf.tar.bz2
Add comments.
Diffstat (limited to 'intl')
-rw-r--r--intl/loadinfo.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/intl/loadinfo.h b/intl/loadinfo.h
index b861260..f1abe8e 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