diff src/mkpath.h @ 124:9c7bc6c0327e

Add DLNA server function test. (from uShare project)
author naoyan@johnstown.minaminoshima.org
date Wed, 29 Sep 2010 23:18:55 +0900
parents recpt1/mkpath.h@f1553492e8bb
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/mkpath.h	Wed Sep 29 23:18:55 2010 +0900
@@ -0,0 +1,6 @@
+#ifndef _MKPATH_H_
+#define _MKPATH_H_
+
+int mkpath(const char *path, mode_t mode);
+
+#endif