summaryrefslogtreecommitdiff
path: root/src/i18n.h
diff options
context:
space:
mode:
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);