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/qmail-recipients.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmail-recipients.c') diff --git a/src/qmail-recipients.c b/src/qmail-recipients.c index 2b5b88e..899948f 100644 --- a/src/qmail-recipients.c +++ b/src/qmail-recipients.c @@ -20,12 +20,12 @@ #define WHO "qmail-recipients" -void die_read() +static void die_read() { logmsg(WHO, 111, ERROR, "unable to read users/recipients"); } -void die_write() +static void die_write() { logmsg(WHO, 111, ERROR, "unable to write to users/recipients.tmp"); } -- cgit v1.2.3