summaryrefslogtreecommitdiff
path: root/fluid/fluid.h
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2021-12-19 01:09:13 +0100
committerMatthias Melcher <github@matthiasm.com>2021-12-19 02:03:05 +0100
commit29531873ea4395a2dc65cefcc28db09569c38c18 (patch)
tree97ae97c7b7f798c11fd291a0e2cc6bfb27e32b8a /fluid/fluid.h
parent5438954d8c6213f1b0cc9d23b70ffaae388e1d60 (diff)
STR 3289: Fluid i18n, gettext, catguts improvements
Removed some unneeded code.
Diffstat (limited to 'fluid/fluid.h')
-rw-r--r--fluid/fluid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h
index ff309843a..a00a775d3 100644
--- a/fluid/fluid.h
+++ b/fluid/fluid.h
@@ -82,7 +82,9 @@ extern const char* code_file_name;
extern int i18n_type;
extern const char* i18n_include;
+extern const char* i18n_conditional;
extern const char* i18n_function;
+extern const char* i18n_static_function;
extern const char* i18n_file;
extern const char* i18n_set;;
extern char i18n_program[FL_PATH_MAX];