diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-28 03:35:13 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-28 03:35:13 +0800 |
commit | e608be6d6619a2a3d9371511ecc127c216349191 (patch) | |
tree | 8ac267296e2386949bd66aa04e10bac7c49e2ba2 /mbbsd/record.c | |
parent | c95e0fe9deb9628ea33675485f668d81c6e485c5 (diff) | |
download | pttbbs-e608be6d6619a2a3d9371511ecc127c216349191.tar pttbbs-e608be6d6619a2a3d9371511ecc127c216349191.tar.gz pttbbs-e608be6d6619a2a3d9371511ecc127c216349191.tar.bz2 pttbbs-e608be6d6619a2a3d9371511ecc127c216349191.tar.lz pttbbs-e608be6d6619a2a3d9371511ecc127c216349191.tar.xz pttbbs-e608be6d6619a2a3d9371511ecc127c216349191.tar.zst pttbbs-e608be6d6619a2a3d9371511ecc127c216349191.zip |
get ride of delete_file
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1618 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/record.c')
-rw-r--r-- | mbbsd/record.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/record.c b/mbbsd/record.c index 0216fa45..dd543f77 100644 --- a/mbbsd/record.c +++ b/mbbsd/record.c @@ -415,7 +415,6 @@ safe_article_delete_range(char *direct, int from, int to) } return 0; } -#endif int delete_file(char *dirname, int size, int ent, int (*filecheck) ()) @@ -477,6 +476,8 @@ delete_file(char *dirname, int size, int ent, int (*filecheck) ()) return -1; } +#endif + #endif /* !defined(_BBS_UTIL_C_) */ int apply_record(char *fpath, int (*fptr) (), int size){ |