diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-04 11:57:37 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-04 11:57:37 +0800 |
commit | 1519bd7f94f6096595d833b55d66b98c381dec9a (patch) | |
tree | 602df753f4c597c4fd3d652effd30d8f27c4ca1f /include | |
parent | 1d79f93affaf93c29cdc89bcc123441d04c1496d (diff) | |
download | pttbbs-1519bd7f94f6096595d833b55d66b98c381dec9a.tar pttbbs-1519bd7f94f6096595d833b55d66b98c381dec9a.tar.gz pttbbs-1519bd7f94f6096595d833b55d66b98c381dec9a.tar.bz2 pttbbs-1519bd7f94f6096595d833b55d66b98c381dec9a.tar.lz pttbbs-1519bd7f94f6096595d833b55d66b98c381dec9a.tar.xz pttbbs-1519bd7f94f6096595d833b55d66b98c381dec9a.tar.zst pttbbs-1519bd7f94f6096595d833b55d66b98c381dec9a.zip |
partially fix #35
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3128 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 4c0003d2..195f0232 100644 --- a/include/proto.h +++ b/include/proto.h @@ -368,7 +368,7 @@ void mkuserdir(const char *userid); void log_usies(const char *mode, const char *mesg); void system_abort(void); void abort_bbs(int sig) GCC_NORETURN; -void del_distinct(const char *fname, const char *line); +void del_distinct(const char *fname, const char *line, int casesensitive); void add_distinct(const char *fname, const char *line); void u_exit(const char *mode); void talk_request(int sig); |