aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/s6-rc/repo.h5
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