commit 4af2899ac7ed0da49db7a6e94914fee391212f92
parent d0b38944c50dab81755fca50a983a1bddefbfadf
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Fri, 2 Jun 2023 06:44:15 +0000
Still declare hiercopy_tmp
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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) ;