aboutsummaryrefslogtreecommitdiffstats
path: root/tty.h
diff options
context:
space:
mode:
authorGustav HÃ¥llberg <gustav@gmail.com>2009-01-16 23:46:35 (GMT)
committerGustav HÃ¥llberg <gustav@gmail.com>2009-01-16 23:46:35 (GMT)
commitcd6d75684108f9a214821bcbfd98beeae0832386 (patch)
treeaf4905abdf71a136dd25f073a5f428096313a060 /tty.h
parent7d85d4e9500b2d1d802b8c5b15307ee9c770c245 (diff)
downloadpowwow-cd6d75684108f9a214821bcbfd98beeae0832386.zip
powwow-cd6d75684108f9a214821bcbfd98beeae0832386.tar.gz
powwow-cd6d75684108f9a214821bcbfd98beeae0832386.tar.bz2
cleaned up #option code and added '#option list'
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 d29cb08..24a3162 100644
--- a/tty.h
+++ b/tty.h
@@ -49,7 +49,7 @@ void input_moveto __P ((int new_pos));
void tty_puts __P ((const char *s));
void tty_putc __P ((char c));
-void tty_printf __P ((const char *format, ...)) PRINTF_FUNCTION(1, 2);
+int tty_printf __P ((const char *format, ...)) PRINTF_FUNCTION(1, 2);
int tty_read __P ((char *buf, size_t count));
void tty_gets __P ((char *s, int size));
void tty_flush __P ((void));