Mercurial > pt1.oyama
view src/mkpath.h @ 177:1d6674183e76
Fix problem: If do not specify DLNA, will not call pthread_join(stream_thread,)
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Wed, 07 Nov 2012 22:54:19 +0900 |
parents | 9c7bc6c0327e |
children |
line wrap: on
line source
#ifndef _MKPATH_H_ #define _MKPATH_H_ int mkpath(const char *path, mode_t mode); #endif