summaryrefslogtreecommitdiffstats
path: root/osdep/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/terminal.h')
-rw-r--r--osdep/terminal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/terminal.h b/osdep/terminal.h
index b584508895..ccf6a02c7c 100644
--- a/osdep/terminal.h
+++ b/osdep/terminal.h
@@ -26,7 +26,7 @@
struct input_ctx;
/* Global initialization for terminal output. */
-int terminal_init(void);
+void terminal_init(void);
/* Setup ictx to read keys from the terminal */
void terminal_setup_getch(struct input_ctx *ictx);