1
0
Fork 1
gmnisrv/include/util.h

7 lines
90 B
C

#ifndef GEMINI_UTIL_H
#define GEMINI_UTIL_H
int mkdirs(char *path, mode_t mode);
#endif