view src/mkpath.h @ 134:c4e0a5777363

add DLNA arg. (--dlna) modify waits when stream_queue is empry.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Mon, 18 Oct 2010 03:56:39 +0900
parents 9c7bc6c0327e
children
line wrap: on
line source

#ifndef _MKPATH_H_
#define _MKPATH_H_

int mkpath(const char *path, mode_t mode);

#endif