summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-26 11:46:43 +0800
committerjack <jack@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-26 11:46:43 +0800
commit4a0d96299cb75a5a322395d9de79d171e3b2233e (patch)
tree19bc59281d1eb7bd07b29a183fe88fea9a7f72d1 /include/proto.h
parent4ef61e4763bd25bbb78a76180252df22f3af42a7 (diff)
downloadpttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar
pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar.gz
pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar.bz2
pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar.lz
pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar.xz
pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.tar.zst
pttbbs-4a0d96299cb75a5a322395d9de79d171e3b2233e.zip
add i18n prototype to proto.h
git-svn-id: http://opensvn.csie.org/pttbbs/branches/Jaky.i18n@1859 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index b3fed5a6..9dc35bc6 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -677,4 +677,9 @@ void touchbtotal(int bid);
/* util_cache.c */
void reload_pttcache(void);
+#ifdef I18N
+/* i18n.c */
+void load_i18nstring(void);
+#endif
+
#endif