forked from aniani/gmnisrv
7 lines
90 B
C
7 lines
90 B
C
#ifndef GEMINI_UTIL_H
|
|
#define GEMINI_UTIL_H
|
|
|
|
int mkdirs(char *path, mode_t mode);
|
|
|
|
#endif
|