diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-08-04 17:17:09 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-08-04 17:17:09 +0000 |
| commit | e623c66155e34c74796bc01c111027d00d2fc77c (patch) | |
| tree | bdaa91eed5701c277303572a99e6699b4768f388 /src/include | |
| parent | 984dbc024561cc4f7b6974c9836b4862d73d13a9 (diff) | |
| download | s6-rc-e623c66155e34c74796bc01c111027d00d2fc77c.tar.gz | |
Refactor to add listalldeps
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/s6-rc/repo.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/s6-rc/repo.h b/src/include/s6-rc/repo.h index 1a47146..a260a91 100644 --- a/src/include/s6-rc/repo.h +++ b/src/include/s6-rc/repo.h @@ -15,6 +15,9 @@ extern int s6rc_repo_lock (char const *, int) ; #define S6RC_REPO_SET_COMPILE_BUFLEN(repolen, setlen) ((repolen) + (setlen) + 45) extern int s6rc_repo_set_compile (char const *, char const *, char const *const *, size_t, char *, unsigned int, char const *) ; -extern int s6rc_repo_set_listdeps (char const *, char const *, uint32_t, stralloc *, genalloc *) ; + +extern int s6rc_repo_set_listdeps (char const *, char const *, stralloc *, genalloc *, int) ; +extern int s6rc_repo_set_listalldeps (char const *, char const *const *, size_t, stralloc *, genalloc *, int) ; +extern int s6rc_repo_set_listdeps_internal (char const *, char const *const *, size_t, stralloc *, genalloc *, uint32_t) ; #endif |
