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-lspawn.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/qmail-lspawn.c') diff --git a/src/qmail-lspawn.c b/src/qmail-lspawn.c index 57fba4b..cbf402e 100644 --- a/src/qmail-lspawn.c +++ b/src/qmail-lspawn.c @@ -15,6 +15,7 @@ #include "wait.h" #include "qlx.h" +#include "spawn.h" #ifdef USE_CONFIG #include "fehsqm-config.h" @@ -75,7 +76,7 @@ stralloc wildchars = {0}; static struct cdb c; -void nughde_get(char *local) +static void nughde_get(char *local) { char *(args[3]); int pi[2]; -- cgit v1.2.3