diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-07-02 02:22:44 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-07-02 02:22:44 +0000 |
| commit | 92051568ad7af0013dfd92b046b4f047ccbc2f04 (patch) | |
| tree | 9181c015e1c654eedb35a4326598560cf014a303 /src/include | |
| parent | 6fdfa8c61f85639fa386017f2d3974d606c06864 (diff) | |
| download | s6-rc-92051568ad7af0013dfd92b046b4f047ccbc2f04.tar.gz | |
Finish s6-rc-repo-init
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/s6-rc/repo.h | 11 | ||||
| -rw-r--r-- | src/include/s6-rc/s6rc.h | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/include/s6-rc/repo.h b/src/include/s6-rc/repo.h new file mode 100644 index 0000000..874354f --- /dev/null +++ b/src/include/s6-rc/repo.h @@ -0,0 +1,11 @@ +/* ISC license. */ + +#ifndef S6RC_REPO_H +#define S6RC_REPO_H + +#include <stddef.h> + +extern int s6rc_repo_cleanup (char const *) ; +extern int s6rc_repo_sync (char const *, char const *const *, size_t) ; + +#endif diff --git a/src/include/s6-rc/s6rc.h b/src/include/s6-rc/s6rc.h index 87a87ef..c01ff29 100644 --- a/src/include/s6-rc/s6rc.h +++ b/src/include/s6-rc/s6rc.h @@ -7,5 +7,6 @@ #include <s6-rc/s6rc-db.h> #include <s6-rc/s6rc-utils.h> #include <s6-rc/s6rc-servicedir.h> +#include <s6-rc/repo.h> #endif |
