summaryrefslogtreecommitdiffstats
path: root/mbbsd/record.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/record.c')
-rw-r--r--mbbsd/record.c3
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){