From 834d572d1c3adc23d7a950d77e0432f4d55e7bdf Mon Sep 17 00:00:00 2001 From: scw Date: Thu, 8 Jan 2004 13:47:28 +0000 Subject: Make the prototype the same as in library. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1475 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 35e677c7..53b9c11f 100644 --- a/include/proto.h +++ b/include/proto.h @@ -283,8 +283,8 @@ 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); -unsigned char *big2gb(unsigned char *s, int plen); +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); -- cgit v1.2.3