comparison 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
comparison
equal deleted inserted replaced
123:215a51fa3df3 124:9c7bc6c0327e
1 #ifndef _MKPATH_H_
2 #define _MKPATH_H_
3
4 int mkpath(const char *path, mode_t mode);
5
6 #endif