summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixgtk/mixgtk_input.h')
-rw-r--r--mixgtk/mixgtk_input.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mixgtk/mixgtk_input.h b/mixgtk/mixgtk_input.h
index 61ea2a5..7332ccd 100644
--- a/mixgtk/mixgtk_input.h
+++ b/mixgtk/mixgtk_input.h
@@ -30,6 +30,10 @@
/* callback function type */
typedef void (*input_callback_t)(mix_word_t result, gpointer data);
+/* init */
+extern void
+mixgtk_input_init (void);
+
/* get a word */
extern void
mixgtk_input_word (const gchar *message, mix_word_t def,