aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/s6-rc/repo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/s6-rc/repo.h b/src/include/s6-rc/repo.h
index 874354f..4ae6077 100644
--- a/src/include/s6-rc/repo.h
+++ b/src/include/s6-rc/repo.h
@@ -6,6 +6,6 @@
#include <stddef.h>
extern int s6rc_repo_cleanup (char const *) ;
-extern int s6rc_repo_sync (char const *, char const *const *, size_t) ;
+extern int s6rc_repo_sync (char const *, char const *const *, size_t, unsigned int) ;
#endif