From 7bfdb8092915753c42f9f06a56fbbc46b11e593e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 23 Feb 2015 23:28:33 +0000 Subject: Add hiercopy and hiercopy_tmp --- src/include/skalibs/djbunix.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/skalibs/djbunix.h b/src/include/skalibs/djbunix.h index 6bb7de8..5e1348c 100644 --- a/src/include/skalibs/djbunix.h +++ b/src/include/skalibs/djbunix.h @@ -142,6 +142,9 @@ extern int rm_rf_in_tmp (stralloc *, unsigned int) ; /* caution ! */ extern int rmstar (char const *) ; extern int rmstar_tmp (char const *, stralloc *) ; +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. */ -- cgit v1.2.3