Mercurial > pt1.oyama
view src/mkpath.h @ 129:4f6d9621ee00
add multi session streaming & add depending librarys.
- libupnp-1.6.6
- libdlna-0.2.3
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Sun, 10 Oct 2010 15:33:18 +0900 |
parents | 9c7bc6c0327e |
children |
line wrap: on
line source
#ifndef _MKPATH_H_ #define _MKPATH_H_ int mkpath(const char *path, mode_t mode); #endif