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/condredirect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/condredirect.c') diff --git a/src/condredirect.c b/src/condredirect.c index 534dac7..2868ee6 100644 --- a/src/condredirect.c +++ b/src/condredirect.c @@ -15,7 +15,7 @@ struct qmail qqt; -ssize_t mywrite(int fd, char *buf, int len) +static ssize_t mywrite(int fd, char *buf, int len) { qmail_put(&qqt, buf, len); return len; -- cgit v1.2.3