summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-04 11:38:03 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-04 11:38:03 +0800
commit8e80f8dfbc1d07fbc951e654d1143e10c866d638 (patch)
tree51c164ddfdea336a8fe1ddee219cfbc734b89669 /include/proto.h
parentcfe2d30c2a8fb3a5c1e6b99c0b26bfd61fca520b (diff)
downloadpttbbs-8e80f8dfbc1d07fbc951e654d1143e10c866d638.tar
pttbbs-8e80f8dfbc1d07fbc951e654d1143e10c866d638.tar.gz
pttbbs-8e80f8dfbc1d07fbc951e654d1143e10c866d638.tar.bz2
pttbbs-8e80f8dfbc1d07fbc951e654d1143e10c866d638.tar.lz
pttbbs-8e80f8dfbc1d07fbc951e654d1143e10c866d638.tar.xz
pttbbs-8e80f8dfbc1d07fbc951e654d1143e10c866d638.tar.zst
pttbbs-8e80f8dfbc1d07fbc951e654d1143e10c866d638.zip
Fix compile error.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2050 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 28e60f78..a0b22fc2 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -188,6 +188,7 @@ int dice_main(void);
int vedit(char *fpath, int saveheader, int *islocal);
void write_header(FILE *fp);
void addsignature(FILE *fp, int ifuseanony);
+char *strcasestr(const char *big, const char *little);
void auto_backup(void);
void restore_backup(void);
char *ask_tmpbuf(int y);