diff options
| author | bakkeby <[email protected]> | 2020-09-08 13:34:58 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-08 13:34:58 +0200 |
| commit | 95611ca0bd691416c23ea6c0ed00cfe454f601b5 (patch) | |
| tree | b493e6d3f8251160b0695d229de8d9a8259653e8 /patch/ipc/util.h | |
| parent | 4379517c25b136f4628c436254a54852542ebadf (diff) | |
| download | dwm-flexipatch-95611ca0bd691416c23ea6c0ed00cfe454f601b5.tar.gz dwm-flexipatch-95611ca0bd691416c23ea6c0ed00cfe454f601b5.zip | |
Adding IPC v1.5.5 patch
Diffstat (limited to 'patch/ipc/util.h')
| -rw-r--r-- | patch/ipc/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/ipc/util.h b/patch/ipc/util.h new file mode 100644 index 0000000..8f8d35f --- /dev/null +++ b/patch/ipc/util.h @@ -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);
\ No newline at end of file |
