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/stuff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/stuff.c') diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c index 1bcfb60a..48c29c26 100644 --- a/mbbsd/stuff.c +++ b/mbbsd/stuff.c @@ -525,7 +525,7 @@ Cdatedate(time4_t * clock) #ifndef _BBS_UTIL_C_ /* 這一區都是有關於畫面處理的, 故 _BBS_UTIL_C_ 不須要 */ static void -capture_screen() +capture_screen(void) { char fname[200]; FILE *fp; @@ -667,7 +667,7 @@ show_file(char *filename, int y, int lines, int mode) } void -bell() +bell(void) { char c; -- cgit v1.2.3