1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-09-15 06:08:06 -04:00
gmnisrv/include/util.h

7 lines
90 B
C
Raw Normal View History

2020-09-23 10:30:51 -04:00
#ifndef GEMINI_UTIL_H
#define GEMINI_UTIL_H
int mkdirs(char *path, mode_t mode);
#endif