summaryrefslogtreecommitdiffstats
path: root/include/util.h
blob: 5ef3c8b1dafb5a707ac586ac0846d4ce9e851880 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef VL_UTIL_H_INCLUDED
#define VL_UTIL_H_INCLUDED

#include <sys/stat.h>

int vl_mkdir_parents(int fd, char *path, mode_t mode);

#endif