mirror of
https://git.sr.ht/~sircmpwn/gmnisrv
synced 2024-11-03 06:07:17 -05:00
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
|