summaryrefslogtreecommitdiffstats
path: root/mbbsd/topsong.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/topsong.c')
-rw-r--r--mbbsd/topsong.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/topsong.c b/mbbsd/topsong.c
index 07931aa0..41adc53f 100644
--- a/mbbsd/topsong.c
+++ b/mbbsd/topsong.c
@@ -19,7 +19,7 @@ count_cmp(songcmp_t * b, songcmp_t * a)
}
int
-topsong()
+topsong(void)
{
more(FN_TOPSONG, YEA);
return 0;
@@ -36,7 +36,7 @@ strip_blank(char *cbuf, char *buf)
}
void
-sortsong()
+sortsong(void)
{
FILE *fo, *fp = fopen(BBSHOME "/" FN_USSONG, "r");
songcmp_t songs[MAX_SONGS + 1];