summaryrefslogtreecommitdiff
path: root/src/lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lang.h')
-rw-r--r--src/lang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lang.h b/src/lang.h
index 23161bb2..e3e6c433 100644
--- a/src/lang.h
+++ b/src/lang.h
@@ -39,3 +39,4 @@ const char * translateCStr_Lang (const char *textWithIds);
39const char * cstrCount_Lang (const char *msgId, int count); 39const char * cstrCount_Lang (const char *msgId, int count);
40const char * formatCStr_Lang (const char *formatMsgId, int count); 40const char * formatCStr_Lang (const char *formatMsgId, int count);
41const char * formatCStrs_Lang (const char *formatMsgId, size_t count); 41const char * formatCStrs_Lang (const char *formatMsgId, size_t count);
42const char * format_Lang (const char *formatTextWithIds, ...);