aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-09-15 23:15:06 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-09-15 23:15:06 +0000
commitd6d77527fa55d59e47b8e8fa301ab004894bc467 (patch)
tree505eb5ffd60fb9136fdddfa14e92a8f6f81375e2 /src/include
parent094f6e3d0284f0ee97615e4433a100208668698a (diff)
downloads6-rc-d6d77527fa55d59e47b8e8fa301ab004894bc467.tar.gz
Add s6-rc-set-changestate. FINALLY.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/s6-rc/repo.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/s6-rc/repo.h b/src/include/s6-rc/repo.h
index c179971..640e57f 100644
--- a/src/include/s6-rc/repo.h
+++ b/src/include/s6-rc/repo.h
@@ -16,7 +16,8 @@ struct s6rc_repo_sv_s
uint8_t sub ;
} ;
-extern int s6rc_repo_sv_cmp (void const *, void const *, void *) ;
+extern int s6rc_repo_sv_cmpr (void const *, void const *, void *) ;
+extern int s6rc_repo_sv_bcmpr (void const *a, void const *b, void *aux) ;
extern char const s6rc_repo_subnames[4][7] ;
@@ -41,7 +42,7 @@ extern int s6rc_repo_listalldeps (char const *, char const *const *, size_t, str
extern int s6rc_repo_listdeps_internal (char const *, char const *const *, size_t, stralloc *, genalloc *, uint32_t) ;
extern int s6rc_repo_makesvlist (char const *, char const *, stralloc *, genalloc *) ;
-extern int s6rc_repo_badsub (char const *, char const *, char const **, size_t, uint8_t, s6rc_repo_sv const *, size_t, stralloc *, genalloc *) ;
-extern int s6rc_repo_moveservices (char const *, char const *, char const *const *, size_t, uint8_t, uint8_t, unsigned int) ;
+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_moveservices (char const *, char const *, s6rc_repo_sv const *, uint32_t, uint8_t, char const *, unsigned int) ;
#endif