summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-02-23 23:28:33 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-02-23 23:28:33 +0000
commit7bfdb8092915753c42f9f06a56fbbc46b11e593e (patch)
treef6b914f3fcaf2c0c8b25edd10424c679f2d52cf4 /src/include
parent1cdd5c6f695be300527dace93b8a81c66ceadad8 (diff)
downloadskalibs-7bfdb8092915753c42f9f06a56fbbc46b11e593e.tar.xz
Add hiercopy and hiercopy_tmpv2.3.1.0
Diffstat (limited to 'src/include')
-rw-r--r--src/include/skalibs/djbunix.h3
1 files changed, 3 insertions, 0 deletions
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. */