From 20dcffd255f3db8f1ef70ab61b87aba3b2b859b9 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 12 Mar 2005 03:23:58 +0000 Subject: explicitly tell C compiler functions have no parameter git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2592 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/brc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/brc.c') 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]; -- cgit v1.2.3