summaryrefslogtreecommitdiff
path: root/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'tty.h')
-rw-r--r--tty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty.h b/tty.h
index 89c0386..ad21e8e 100644
--- a/tty.h
+++ b/tty.h
@@ -11,7 +11,7 @@ typedef struct{
} tty_t;
void tty_reset(tty_t *tty);
-void tty_init(tty_t *tty);
+void tty_init(tty_t *tty, const char *tty_filename);
char tty_getchar(tty_t *tty);
void tty_setfg(tty_t *tty, int fg);