diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-11 16:06:32 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-11 16:06:32 +0800 |
commit | 06339dd4de0682da69813f9dfaa10a7fd46f7fd4 (patch) | |
tree | 6deb6061e7c87b0a6b10f0828b7540ceae6f84e5 /include | |
parent | 1b3c384f4438e862d1b36d3dc9f202be641f1b7f (diff) | |
download | pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar.gz pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar.bz2 pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar.lz pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar.xz pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar.zst pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.zip |
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2059 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 8d44e14c..13bbd834 100644 --- a/include/proto.h +++ b/include/proto.h @@ -396,6 +396,9 @@ void stamplink(char *fpath, fileheader_t *fh); int delete_record(char fpath[], int size, int id); int delete_files(char* dirname, int (*filecheck)(), int record); #ifdef SAFE_ARTICLE_DELETE +#ifndef _BBS_UTIL_C_ +void safe_delete_range(char *fpath, int id1, int id2); +#endif int safe_article_delete(int ent, fileheader_t *fhdr, char *direct); int safe_article_delete_range(char *direct, int from, int to); #endif |