From 973ae30e7c4f7a1afb385dd3d8eeea178f981445 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Mon, 8 Jul 2024 13:24:39 +0200 Subject: fix deprecated prototypes --- src/setmaillist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/setmaillist.c') diff --git a/src/setmaillist.c b/src/setmaillist.c index e06e336..1f12596 100644 --- a/src/setmaillist.c +++ b/src/setmaillist.c @@ -12,7 +12,7 @@ #define WHO "setmaillist" -void usage() +static void usage() { logmsg(WHO, 100, USAGE, "setmaillist list.bin list.tmp"); } @@ -26,7 +26,7 @@ int fd; char buf[1024]; buffer bo; -void writeerr() +static void writeerr() { logmsg(WHO, 111, FATAL, B("unable to write to: ", fntmp)); } -- cgit v1.2.3