diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-05-24 11:57:00 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-05-24 11:57:00 +0800 |
commit | 6b11452d711caada7c82bbc24ff0392ff1ecbba4 (patch) | |
tree | 883924f3b7fa7f14a9ed4b487319cb736e0a20c1 /include/proto.h | |
parent | eff49de645852258333a4c5d7433c81cf00bb2e3 (diff) | |
download | pttbbs-6b11452d711caada7c82bbc24ff0392ff1ecbba4.tar pttbbs-6b11452d711caada7c82bbc24ff0392ff1ecbba4.tar.gz pttbbs-6b11452d711caada7c82bbc24ff0392ff1ecbba4.tar.bz2 pttbbs-6b11452d711caada7c82bbc24ff0392ff1ecbba4.tar.lz pttbbs-6b11452d711caada7c82bbc24ff0392ff1ecbba4.tar.xz pttbbs-6b11452d711caada7c82bbc24ff0392ff1ecbba4.tar.zst pttbbs-6b11452d711caada7c82bbc24ff0392ff1ecbba4.zip |
* fix wrong prototype for r2732
* fix link error without defining USE_COOLDOWN
* clean flag in curredit after replying
(thanks peter53.bbs@ptt2.cc)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2733 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-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 eebcc8fd..43db242b 100644 --- a/include/proto.h +++ b/include/proto.h @@ -496,7 +496,7 @@ int delete_file(const char *dirname, int size, int ent, int (*filecheck)()); int delete_range(const char *fpath, int id1, int id2); int apply_record(const char *fpath, int (*fptr)(void*,void*), int size,void *arg); int search_rec(const char* dirname, int (*filecheck)()); -int append_record_forward(char *fpath, fileheader_t *record, int size); +int append_record_forward(char *fpath, fileheader_t *record, int size, const char *origid); int get_sum_records(const char* fpath, int size); int substitute_ref_record(const char* direct, fileheader_t *fhdr, int ent); int getindex(const char *fpath, fileheader_t *fh, int start); |