diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/record.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/record.c b/mbbsd/record.c index 17811fb8..65c139cd 100644 --- a/mbbsd/record.c +++ b/mbbsd/record.c @@ -627,6 +627,7 @@ append_record_forward(char *fpath, fileheader_t * record, int size, const char * return 0; } +#ifndef _BBS_UTIL_C_ void setaidfile(char *buf, const char *bn, aidu_t aidu) { @@ -662,3 +663,4 @@ setaidfile(char *buf, const char *bn, aidu_t aidu) } close(fd); } +#endif |