diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-11-05 04:40:36 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-11-05 04:40:36 +0000 |
| commit | 6a5a4baf2454530cd7c53cada4176c3ef90afa40 (patch) | |
| tree | 7bb266ab96765ce584f5a79225a12b28e4cd9a15 /src/include-local/s6f.h | |
| parent | 3b56d41ef579c18feafbf47d170a6ea4375beb6f (diff) | |
| download | s6-frontend-6a5a4baf2454530cd7c53cada4176c3ef90afa40.tar.gz | |
Now it builds again
Diffstat (limited to 'src/include-local/s6f.h')
| -rw-r--r-- | src/include-local/s6f.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
