diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-01 01:02:29 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-10-01 01:02:29 +0000 |
| commit | 8effedb35bb873a1278776721a0d650c665efaa7 (patch) | |
| tree | 6833ace13f8c5eee4254fdd41cb6391a01394c98 /src/include | |
| parent | 04186b51dfcada174b5372aab0c7e423a4ed3244 (diff) | |
| download | s6-rc-8effedb35bb873a1278776721a0d650c665efaa7.tar.gz | |
Add stores, edit init and sync
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/s6-rc/repo.h | 2 |
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 *) ; |
