summaryrefslogtreecommitdiffstats
path: root/mbbsd/name.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/name.c')
-rw-r--r--mbbsd/name.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c
index 60afab03..40c3d39e 100644
--- a/mbbsd/name.c
+++ b/mbbsd/name.c
@@ -43,7 +43,7 @@ UserSubArray(char cwbuf[][IDLEN + 1], char cwlist[][IDLEN + 1],
}
void
-FreeNameList()
+FreeNameList(void)
{
word_t *p, *temp;
@@ -55,7 +55,7 @@ FreeNameList()
}
void
-CreateNameList()
+CreateNameList(void)
{
if (toplev)
FreeNameList();