summaryrefslogtreecommitdiff
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h
index fa368cb..2734c72 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -11,5 +11,6 @@ void get_input(void);
void interface_init(void);
void interface_resize(void);
void interface_clear(void);
+void status(gchar *);
#endif