diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-05-17 19:45:14 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-05-17 19:45:14 +0800 |
commit | 6ace55395308b16ef451d8fc99cc52bdc64fa467 (patch) | |
tree | d6078915af819260ed0550f9dfffe9eb7df04c00 /include | |
parent | f1a8a8052cf6d266b3a5c50fea8af0a9b4f7df59 (diff) | |
download | pttbbs-6ace55395308b16ef451d8fc99cc52bdc64fa467.tar pttbbs-6ace55395308b16ef451d8fc99cc52bdc64fa467.tar.gz pttbbs-6ace55395308b16ef451d8fc99cc52bdc64fa467.tar.bz2 pttbbs-6ace55395308b16ef451d8fc99cc52bdc64fa467.tar.lz pttbbs-6ace55395308b16ef451d8fc99cc52bdc64fa467.tar.xz pttbbs-6ace55395308b16ef451d8fc99cc52bdc64fa467.tar.zst pttbbs-6ace55395308b16ef451d8fc99cc52bdc64fa467.zip |
fix bug: delete a user called USER from user list also removes others called USERetc
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3356 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 254a77af..92d23207 100644 --- a/include/proto.h +++ b/include/proto.h @@ -271,7 +271,6 @@ void subscribe_newfav(void); /* file */ int file_count_line(const char *file); int file_append_line(const char *file, const char *string); -int file_delete_line(const char *file, const char *string, int case_sensitive); int file_exist_record(const char *file, const char *string); /* friend */ |