From 2ada0f2d94034a9716f0061ba7760e82f90f268b Mon Sep 17 00:00:00 2001 From: kcwu Date: Thu, 10 Feb 2005 07:49:44 +0000 Subject: merge from branches/victor.edit git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2488 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 738c9f0f..df2c372b 100644 --- a/include/proto.h +++ b/include/proto.h @@ -490,6 +490,7 @@ char *genpasswd(char *pw); void mouts(int y, int x, char *str); void move(int y, int x); void outs(const char *str); +void outs_n(const char *str, int n); void clrtoeol(void); void clear(void); void refresh(void); @@ -503,7 +504,8 @@ void redoln(void); void clrtoline(int line); void standout(void); void standend(void); -int edit_outs(const char *text); +void edit_outs(const char *text); +void edit_outs_n(const char *text, int n); void outch(unsigned char c); void rscroll(void); void scroll(void); -- cgit v1.2.3