From 8ebb7b875a0bc5a417ce62238afcc79c366b5fa1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 24 May 2024 22:08:02 -0300 Subject: src/catalog.h: Do bounds checking on calls to s() --- src/i18n.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/i18n.h') 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); -- cgit v1.2.3