1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-06-08 17:30:43 +00:00
gmnisrv/include/util.h
2020-09-23 10:40:14 -04:00

7 lines
90 B
C

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