summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-special-vars.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-text/gui-special-vars.h')
-rw-r--r--src/fe-text/gui-special-vars.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fe-text/gui-special-vars.h b/src/fe-text/gui-special-vars.h
new file mode 100644
index 00000000..392efc85
--- /dev/null
+++ b/src/fe-text/gui-special-vars.h
@@ -0,0 +1,7 @@
+#ifndef __GUI_SPECIAL_VARS_H
+#define __GUI_SPECIAL_VARS_H
+
+void gui_special_vars_init(void);
+void gui_special_vars_deinit(void);
+
+#endif