From b9b3b0cbcdeeb2c9cd1db68aaa4c2d019ee73496 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 15 Apr 2008 12:55:53 +0000 Subject: - (internal) migrate more code to visio API. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4168 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index f717aa9a..0b7f99ff 100644 --- a/include/proto.h +++ b/include/proto.h @@ -331,11 +331,11 @@ int guess_main(void); void set_converting_type(int which); /* io */ -int igetch(void); -int num_in_buf(void); -int wait_input(float f, int bIgnoreBuf); -int peek_input(float f, int c); -int input_isfull(); +int igetch(void); +int num_in_buf(void); +int input_isfull(); +int wait_input(float f, int bIgnoreBuf); +int peek_input(float f, int c); void drop_input(void); void add_io(int fd, int timeout); int getdata(int line, int col, const char *prompt, char *buf, int len, int echo); @@ -352,7 +352,6 @@ int vget(int line, int col, const char *prompt, char *buf, int len, int mode); /* kaede */ char*Ptt_prints(char *str, size_t size, int mode); void outmsg(const char *msg); -void outslr(const char *left, int leftlen, const char *right, int rightlen); void out_lines(const char *str, int line); #define HAVE_EXPAND_ESC_STAR int expand_esc_star(char *buf, const char *src, int szbuf); -- cgit v1.2.3