summaryrefslogtreecommitdiffhomepage
path: root/patch/ipc/util.h
blob: 8f8d35fdd6afb8b783139628fa78584930191dbb (plain)
1
2
3
4
int normalizepath(const char *path, char **normal);
int mkdirp(const char *path);
int parentdir(const char *path, char **parent);
int nullterminate(char **str, size_t *len);