summaryrefslogtreecommitdiff
path: root/src/common/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/io.h')
-rw-r--r--src/common/io.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/io.h b/src/common/io.h
index 9145736..491d8d0 100644
--- a/src/common/io.h
+++ b/src/common/io.h
@@ -40,4 +40,10 @@
#define safe_write write
+
+/* S'assure qu'un chemin donné existe dans le système. */
+int ensure_path_exists(const char *);
+
+
+
#endif /* _COMMON_IO_H */