Adding IPC v1.5.5 patch
This commit is contained in:
4
patch/ipc/util.h
Normal file
4
patch/ipc/util.h
Normal file
@ -0,0 +1,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);
|
Reference in New Issue
Block a user