diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-06-02 06:44:15 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-06-02 06:44:15 +0000 |
commit | 4af2899ac7ed0da49db7a6e94914fee391212f92 (patch) | |
tree | 8258453da94d50699728ae66f9ee182df53e7ddd /src/include | |
parent | d0b38944c50dab81755fca50a983a1bddefbfadf (diff) | |
download | skalibs-4af2899ac7ed0da49db7a6e94914fee391212f92.tar.xz |
Still declare hiercopy_tmp
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/skalibs/djbunix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/skalibs/djbunix.h b/src/include/skalibs/djbunix.h index 0f654c7..2d2057a 100644 --- a/src/include/skalibs/djbunix.h +++ b/src/include/skalibs/djbunix.h @@ -155,6 +155,7 @@ 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 *) ; extern int hiercopy_loose (char const *, char const *) ; extern int hiercopy_loose_tmp (char const *, char const *, stralloc *) ; extern int hiercopy_internal (char const *, char const *, stralloc *, unsigned int) ; |