merged plib
[ppastats.git] / src / pio.h
index a06a690..7b38a41 100644 (file)
--- a/src/pio.h
+++ b/src/pio.h
@@ -20,7 +20,7 @@
 #ifndef _P_IO_H
 #define _P_IO_H
 
-#define P_IO_VER 1
+#define P_IO_VER 2
 
 /* Returns '1' if a given 'path' denotates a directory else returns
    0 */
@@ -70,6 +70,8 @@ void file_copy_print_error(int code, const char *src, const char *dst);
 */
 int file_copy(const char *src, const char *dst);
 
+int dir_rcopy(const char *, const char *);
+
 void mkdirs(const char *dirs, mode_t mode);
 
 #endif