view src/mkpath.h @ 163:57eae2aec60d

improve-channel-switching.patch.(https://gist.github.com/890635)
author Naoya OYAMA <naoya.oyama@gmail.com>
date Mon, 24 Sep 2012 20:49:17 +0900
parents 9c7bc6c0327e
children
line wrap: on
line source

#ifndef _MKPATH_H_
#define _MKPATH_H_

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

#endif