diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-16 17:04:53 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-16 17:04:53 +0800 |
commit | 308ad7194aa1632322c33d695198fefd7d4f3b79 (patch) | |
tree | a523ad1f22d35e4a7557609281fc39353cd0b8e5 /include | |
parent | 6c39455827991ffd8a4f6916e776c862cc2aefdf (diff) | |
download | pttbbs-308ad7194aa1632322c33d695198fefd7d4f3b79.tar pttbbs-308ad7194aa1632322c33d695198fefd7d4f3b79.tar.gz pttbbs-308ad7194aa1632322c33d695198fefd7d4f3b79.tar.bz2 pttbbs-308ad7194aa1632322c33d695198fefd7d4f3b79.tar.lz pttbbs-308ad7194aa1632322c33d695198fefd7d4f3b79.tar.xz pttbbs-308ad7194aa1632322c33d695198fefd7d4f3b79.tar.zst pttbbs-308ad7194aa1632322c33d695198fefd7d4f3b79.zip |
strip none-big5 char in user's nick
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2257 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 221b71f0..68b39f86 100644 --- a/include/proto.h +++ b/include/proto.h @@ -288,7 +288,7 @@ int getdata_buf(int line, int col, char *prompt, char *buf, int len, int echo); void add_io(int fd, int timeout); void oflush(void); int strip_ansi(char *buf, char *str, int mode); -void strip_iac(unsigned char *str, int maxlen); +void strip_nonebig5(unsigned char *str, int maxlen); int oldgetdata(int line, int col, char *prompt, char *buf, int len, int echo); void output(char *s, int len); int num_in_buf(void); |