summaryrefslogtreecommitdiff
path: root/src/qmail-newmrh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmail-newmrh.c')
-rw-r--r--src/qmail-newmrh.c4
1 files changed, 2 insertions, 2 deletions
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");
}