#ifndef VL_UTIL_H_INCLUDED #define VL_UTIL_H_INCLUDED #include int vl_mkdir_parents(int fd, char *path, mode_t mode); #endif