summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-17 08:20:03 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-17 08:20:03 +0800
commite628bf7e42c8430e149ae546d421285228eb7e9a (patch)
tree5a0d0e3e2b94c6e5f5000523730f8793810d2244 /include
parent220dc117ecf494be98e9644588e4988ac3079e06 (diff)
downloadpttbbs-e628bf7e42c8430e149ae546d421285228eb7e9a.tar
pttbbs-e628bf7e42c8430e149ae546d421285228eb7e9a.tar.gz
pttbbs-e628bf7e42c8430e149ae546d421285228eb7e9a.tar.bz2
pttbbs-e628bf7e42c8430e149ae546d421285228eb7e9a.tar.lz
pttbbs-e628bf7e42c8430e149ae546d421285228eb7e9a.tar.xz
pttbbs-e628bf7e42c8430e149ae546d421285228eb7e9a.tar.zst
pttbbs-e628bf7e42c8430e149ae546d421285228eb7e9a.zip
fix file_delete_lineptt.linux@2330
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2330 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 1047477e..ae0174db 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -245,7 +245,7 @@ void subscribe_newfav(void);
/* file */
int file_count_line(char *file);
int file_append_line(char *file, char *string);
-int file_delete_line(char *file, char *string, char case_sensitive);
+int file_delete_line(char *file, char *string, int case_sensitive);
int file_exist_record(char *file, char *string);
/* friend */