diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-08-04 01:33:49 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-08-04 01:33:49 +0000 |
| commit | 78977a1a98d2154e42eab788d6420b3c52464413 (patch) | |
| tree | e9f8399dfda6c59f2b94964ccc2b266074e821e6 /src/include | |
| parent | 55131f86090252400176f09e047f17b7110854c8 (diff) | |
| download | s6-rc-78977a1a98d2154e42eab788d6420b3c52464413.tar.gz | |
first draft of s6rc_repo_set_compile
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 9058943..8927efe 100644 --- a/src/include/s6-rc/repo.h +++ b/src/include/s6-rc/repo.h @@ -6,7 +6,10 @@ #include <stddef.h> extern int s6rc_repo_cleanup (char const *) ; -extern int s6rc_repo_sync (char const *, char const *const *, size_t, unsigned int) ; +extern int s6rc_repo_sync (char const *, char const *const *, size_t, unsigned int, char const *) ; 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 *) ; + #endif |
