view src/mkpath.h @ 132:7b663556757f

modify CONTENT-LENGTH for indefinite recording.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Wed, 13 Oct 2010 01:39:24 +0900
parents 9c7bc6c0327e
children
line wrap: on
line source

#ifndef _MKPATH_H_
#define _MKPATH_H_

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

#endif