summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c4
1 files changed, 2 insertions, 2 deletions
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;