From 23c0ec2222be9680dce65e51b9c19ba217ae83a8 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 8 Jan 2004 17:15:14 +0000 Subject: rm SUPPORT_GB code mv protos to convert.c rename Jaky_outs git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1476 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 53b9c11f..ba5c8b0c 100644 --- a/include/proto.h +++ b/include/proto.h @@ -283,8 +283,6 @@ int gb_read(int fd, void *buf, size_t count); int utf8_write(int fd, void *buf, size_t count); int utf8_read(int fd, void *buf, size_t count); void set_converting_type(int which); -unsigned char *gb2big(unsigned char *s, int* plen, int mod); -unsigned char *big2gb(unsigned char *s, int* plen, int mod); /* io */ int getdata(int line, int col, char *prompt, char *buf, int len, int echo); @@ -464,7 +462,7 @@ void rscroll(); void scroll(); void getyx(int *y, int *x); void initscr(); -void Jaky_outs(char *str, int line); +void out_lines(char *str, int line); /* stuff */ time_t gettime(int line, time_t dt, char* head); -- cgit v1.2.3