Adding IPC v1.5.5 patch

This commit is contained in:
bakkeby
2020-09-08 13:34:58 +02:00
parent 4379517c25
commit 95611ca0bd
11 changed files with 2815 additions and 0 deletions

4
patch/ipc/util.h Normal file
View 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);