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