From 6a5a4baf2454530cd7c53cada4176c3ef90afa40 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 5 Nov 2025 04:40:36 +0000 Subject: Now it builds again --- src/include-local/s6f.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include-local/s6f.h') diff --git a/src/include-local/s6f.h b/src/include-local/s6f.h index a775eef..fbeab7e 100644 --- a/src/include-local/s6f.h +++ b/src/include-local/s6f.h @@ -24,7 +24,7 @@ extern void s6f_report_state_change (uint32_t, unsigned char const *, unsigned c extern void s6f_user_get_confdirs (s6f_confdirs *, stralloc *) ; -extern size_t s6f_equote_space (char const *const *, unsigned int) ; -extern unsigned int s6f_equote (char const **, char const *const *, unsigned int, char *) ; +extern size_t s6f_equote_space (char const *const *, unsigned int, char const *) ; +extern unsigned int s6f_equote (char const **, char const *const *, unsigned int, char const *, char *) ; #endif -- cgit v1.3.1