diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h index b17086c9..793c6a11 100644 --- a/include/proto.h +++ b/include/proto.h @@ -420,8 +420,9 @@ int more(const char *fpath, int promptend); /* piaip's new pager, pmore.c */ int pmore(const char *fpath, int promptend); /* piaip's new telnet, telnet.c */ -void telnet_init(void); -ssize_t tty_read(unsigned char *buf, size_t max); +extern void telnet_init(void); +extern ssize_t tty_read(unsigned char *buf, size_t max); +extern void telnet_turnoff_client_detect(void); /* name */ typedef int (*gnc_comp_func)(int, const char*, int); |