summaryrefslogtreecommitdiffstats
path: root/include/util.h
blob: 8cbadb1d623a3f6b1f965b8d365521d9ceeea595 (plain) (blame)
1
2
3
4
5
6
#ifndef GEMINI_UTIL_H
#define GEMINI_UTIL_H

int mkdirs(char *path, mode_t mode);

#endif