diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-09-22 00:12:06 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-09-22 00:12:06 +0000 |
| commit | 1b5442d9e15cb9549e2f2b25cb8f776482189054 (patch) | |
| tree | e1a31107898403d6544f15f0bc3a6e8a1282a252 /src/include | |
| parent | 0efd4cf8041f107a4460cfefa16667ee012e85d3 (diff) | |
| download | s6-rc-1b5442d9e15cb9549e2f2b25cb8f776482189054.tar.gz | |
Add s6rc_repo_fixset
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/s6-rc/repo.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/include/s6-rc/repo.h b/src/include/s6-rc/repo.h index 9cb39b0..a50309d 100644 --- a/src/include/s6-rc/repo.h +++ b/src/include/s6-rc/repo.h @@ -42,8 +42,12 @@ extern int s6rc_repo_listalldeps (char const *, char const *const *, uint32_t, s extern int s6rc_repo_listdeps_internal (char const *, char const *const *, uint32_t, stralloc *, genalloc *, uint32_t) ; extern int s6rc_repo_flattenservices (char const *, char const *const *, uint32_t n, stralloc *storage, genalloc *indices) ; -extern int s6rc_repo_makesvlist (char const *, char const *, stralloc *, genalloc *) ; -extern int s6rc_repo_badsub (char const *, char const *, char const **, uint32_t, uint8_t, s6rc_repo_sv const *, uint32_t, stralloc *, genalloc *) ; +extern int s6rc_repo_makesvlist (char const *, char const *, stralloc *, genalloc *, uint32_t *) ; +extern int s6rc_repo_makesvlist_byname (char const *, char const *, stralloc *, genalloc *) ; +extern int s6rc_repo_badsub (char const *, char const *, char const **, uint32_t, uint8_t, uint8_t, s6rc_repo_sv const *, uint32_t, stralloc *, genalloc *) ; extern int s6rc_repo_moveservices (char const *, char const *, s6rc_repo_sv const *, uint32_t, uint8_t, char const *, unsigned int) ; +extern int s6rc_repo_fixset (char const *, char const *, uint32_t, unsigned int, stralloc *, genalloc *, genalloc *) ; +extern int s6rc_repo_fix (char const *, uint32_t, unsigned int) ; + #endif |
