aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-10-01 01:02:29 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-10-01 01:02:29 +0000
commit8effedb35bb873a1278776721a0d650c665efaa7 (patch)
tree6833ace13f8c5eee4254fdd41cb6391a01394c98 /src/include
parent04186b51dfcada174b5372aab0c7e423a4ed3244 (diff)
downloads6-rc-8effedb35bb873a1278776721a0d650c665efaa7.tar.gz
Add stores, edit init and sync
Diffstat (limited to 'src/include')
-rw-r--r--src/include/s6-rc/repo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/s6-rc/repo.h b/src/include/s6-rc/repo.h
index 61a479f..2253984 100644
--- a/src/include/s6-rc/repo.h
+++ b/src/include/s6-rc/repo.h
@@ -21,6 +21,8 @@ extern int s6rc_repo_sv_bcmpr (void const *a, void const *b, void *aux) ;
extern char const s6rc_repo_subnames[4][7] ;
+extern int s6rc_repo_makestores (char const *, char const *const *, uint16_t) ;
+
extern int s6rc_repo_fillset (char const *, char const *, char const *const *, uint32_t) ;
extern int s6rc_repo_cleanup (char const *) ;