diff options
Diffstat (limited to 'include/ttyio.h')
-rw-r--r-- | include/ttyio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ttyio.h b/include/ttyio.h index 08ca994c9..5f6557930 100644 --- a/include/ttyio.h +++ b/include/ttyio.h @@ -20,6 +20,7 @@ #ifndef G10_TTYIO_H #define G10_TTYIO_H +const char *tty_get_ttyname (void); int tty_batchmode( int onoff ); #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5 ) void tty_printf (const char *fmt, ... ) __attribute__ ((format (printf,1,2))); |