summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-16 15:41:32 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-10-16 15:41:32 +0800
commit6c39455827991ffd8a4f6916e776c862cc2aefdf (patch)
treeaad9d1bf899e37a8b5462cb39de0f22df64f800e
parent30ee561aa227b6bc18ad8d63acd1d3b08e4f52b9 (diff)
downloadpttbbs-6c39455827991ffd8a4f6916e776c862cc2aefdf.tar
pttbbs-6c39455827991ffd8a4f6916e776c862cc2aefdf.tar.gz
pttbbs-6c39455827991ffd8a4f6916e776c862cc2aefdf.tar.bz2
pttbbs-6c39455827991ffd8a4f6916e776c862cc2aefdf.tar.lz
pttbbs-6c39455827991ffd8a4f6916e776c862cc2aefdf.tar.xz
pttbbs-6c39455827991ffd8a4f6916e776c862cc2aefdf.tar.zst
pttbbs-6c39455827991ffd8a4f6916e776c862cc2aefdf.zip
fix last commit
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2256 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index de28e802..221b71f0 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 *str, int maxlen);
+void strip_iac(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);