summaryrefslogtreecommitdiff
path: root/src/i18n.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-24 22:08:02 -0300
committerEuAndreh <eu@euandre.org>2024-05-24 22:10:24 -0300
commit8ebb7b875a0bc5a417ce62238afcc79c366b5fa1 (patch)
tree13a37aaad7f11831196edfbdede27083eb0bd4fe /src/i18n.h
parentsrc/i18n.c: Remove leading empty string in MSGS[] (diff)
downloadpindaiba-8ebb7b875a0bc5a417ce62238afcc79c366b5fa1.tar.gz
pindaiba-8ebb7b875a0bc5a417ce62238afcc79c366b5fa1.tar.xz
src/catalog.h: Do bounds checking on calls to s()
Diffstat (limited to 'src/i18n.h')
-rw-r--r--src/i18n.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i18n.h b/src/i18n.h
index 0779ce5..5880284 100644
--- a/src/i18n.h
+++ b/src/i18n.h
@@ -45,3 +45,6 @@ MSGS[];
const char *
_(const int msg_id);
+
+int
+i18n_init(void);