view src/mkpath.h @ 145:4e39ce051c57

Able to compile the checksignal. Fixed Makefile(pt1_lnbd compilation).
author Naoya OYAMA <naoya.oyama@gmail.com>
date Thu, 16 Aug 2012 21:57:34 +0900
parents 9c7bc6c0327e
children
line wrap: on
line source

#ifndef _MKPATH_H_
#define _MKPATH_H_

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

#endif