diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-03 21:44:59 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-05-03 21:45:46 +0200 |
commit | 9de5c93986bc6a4b33f3f50ed2a94c9aa3a33c7f (patch) | |
tree | 592a91bb99de624139de9f64d0fc4e2716889891 /include/util.h | |
parent | 11163f69106c88736499ca3ec3a9972bcdcd0c26 (diff) |
unsquashfs: add code to unpack the entire file system
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index b1a98c0..1ec551c 100644 --- a/include/util.h +++ b/include/util.h @@ -12,4 +12,6 @@ ssize_t read_retry(int fd, void *buffer, size_t size); void print_version(void); +int mkdir_p(const char *path); + #endif /* UTIL_H */ |