1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-06-01 17:21:10 +00:00
gmnisrv/include/util.h

7 lines
90 B
C
Raw Normal View History

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