diff options
Diffstat (limited to 'src/setmaillist.c')
-rw-r--r-- | src/setmaillist.c | 4 |
1 files changed, 2 insertions, 2 deletions
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)); } |