diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-06-30 14:41:53 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-06-30 14:41:53 +0000 |
| commit | 6d953b22ae50261812b27ba84ecd6dc33b2007de (patch) | |
| tree | 82d61de117f1e8ec02522c3d2eb40bd78877c543 /src/include-local/s6f.h | |
| parent | 8a6eaed305dbe4ec6a87fe37000f7461bf563937 (diff) | |
| download | s6-frontend-6d953b22ae50261812b27ba84ecd6dc33b2007de.tar.gz | |
Adapt to new gol
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include-local/s6f.h')
| -rw-r--r-- | src/include-local/s6f.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include-local/s6f.h b/src/include-local/s6f.h index 2eafd75..b11da75 100644 --- a/src/include-local/s6f.h +++ b/src/include-local/s6f.h @@ -22,7 +22,7 @@ extern void s6f_mkdirp (char const *, mode_t) ; extern int s6f_confdir_open (char const *, int) ; extern int s6f_lock (char const *, int) ; -extern void s6f_report_state_change (uint32_t, unsigned char const *, unsigned char const *, char const *) ; +extern void s6f_report_state_change (uint32_t, unsigned char const *, unsigned char const *, char const *, int) ; extern void s6f_user_get_confdirs (s6f_confdirs *, stralloc *) ; |
