diff options
Diffstat (limited to 'mbbsd/brc.c')
-rw-r--r-- | mbbsd/brc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/brc.c b/mbbsd/brc.c index b1c6ee76..151501d7 100644 --- a/mbbsd/brc.c +++ b/mbbsd/brc.c @@ -135,7 +135,7 @@ brc_putrecord(char *ptr, char *endp, brcbid_t bid, } static inline int -brc_enlarge_buf() +brc_enlarge_buf(void) { char *buffer; if (brc_alloc >= BRC_MAXSIZE) @@ -287,7 +287,7 @@ read_old_brc(int fd) } inline static void -read_brc_buf() +read_brc_buf(void) { if (brc_buf == NULL) { char brcfile[STRLEN]; |