diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-09 15:03:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-09 15:03:45 +0000 |
commit | a10514072f27ff9f4a6ab308b3bccfd4628ef2aa (patch) | |
tree | 66f21986111030114b7fc1a6c15e3a1bce247f49 /src/include | |
parent | 4b6f3cf8a8665a17df45518013a15819791ce2bf (diff) | |
download | skalibs-a10514072f27ff9f4a6ab308b3bccfd4628ef2aa.tar.xz |
Add sals, several refactors
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/skalibs/djbunix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/skalibs/djbunix.h b/src/include/skalibs/djbunix.h index 449368f..cae59b4 100644 --- a/src/include/skalibs/djbunix.h +++ b/src/include/skalibs/djbunix.h @@ -145,10 +145,10 @@ extern int rmstar_tmp (char const *, stralloc *) ; extern int filecopy_unsafe (char const *, char const *, unsigned int) ; extern int filecopy_suffix (char const *, char const *, unsigned int, char const *) ; +extern int sals (char const *, stralloc *, size_t *) ; extern int hiercopy (char const *, char const *) ; extern int hiercopy_tmp (char const *, char const *, stralloc *) ; - /* Simple spawn functions with 0 or 1 communicating fds. */ extern pid_t child_spawn0 (char const *, char const *const *, char const *const *) ; |