diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-02-23 23:28:33 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-02-23 23:28:33 +0000 |
commit | 7bfdb8092915753c42f9f06a56fbbc46b11e593e (patch) | |
tree | f6b914f3fcaf2c0c8b25edd10424c679f2d52cf4 /src/include | |
parent | 1cdd5c6f695be300527dace93b8a81c66ceadad8 (diff) | |
download | skalibs-7bfdb8092915753c42f9f06a56fbbc46b11e593e.tar.xz |
Add hiercopy and hiercopy_tmpv2.3.1.0
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/skalibs/djbunix.h | 3 |
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. */ |