summaryrefslogtreecommitdiff
path: root/src/received.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/received.c')
-rw-r--r--src/received.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/received.c b/src/received.c
index b564fd4..acb00c8 100644
--- a/src/received.c
+++ b/src/received.c
@@ -27,7 +27,7 @@ static int issafe(char ch)
return 0;
}
-void safeput(struct qmail *qqt, char *s)
+static void safeput(struct qmail *qqt, char *s)
{
char ch;
while ((ch = *s++)) {