summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-06 16:22:08 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-06 16:22:08 +0800
commit0beba6441cc34cb1fb7c0350882e3ae256b5309d (patch)
treef1a344e0fff2b3d808e5308c88b0fa5d55dd0e05 /include/proto.h
parentf5c7e0e313ec1616f33a610c873741ae73497529 (diff)
downloadpttbbs-0beba6441cc34cb1fb7c0350882e3ae256b5309d.tar
pttbbs-0beba6441cc34cb1fb7c0350882e3ae256b5309d.tar.gz
pttbbs-0beba6441cc34cb1fb7c0350882e3ae256b5309d.tar.bz2
pttbbs-0beba6441cc34cb1fb7c0350882e3ae256b5309d.tar.lz
pttbbs-0beba6441cc34cb1fb7c0350882e3ae256b5309d.tar.xz
pttbbs-0beba6441cc34cb1fb7c0350882e3ae256b5309d.tar.zst
pttbbs-0beba6441cc34cb1fb7c0350882e3ae256b5309d.zip
replace strstr_lower(), which cause buffer overflow with strcasestr()
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2474 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 4678b40a..738c9f0f 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -539,7 +539,6 @@ char *Cdate(time4_t *clock);
void sethomefile(char *buf, const char *userid, const char *fname);
int log_file(char *fn, int flag, const char *fmt,...);
void str_lower(char *t, char *s);
-void *strstr_lower(char *str, char *tag);
int cursor_key(int row, int column);
int search_num(int ch, int max);
void setuserfile(char *buf, const char *fname);