fix: make dirs readable by other users
This commit is contained in:
@ -42,7 +42,7 @@ void pdebug_binary(char *data, size_t len);
|
||||
bool parse_host(char *addr, char *host, uint16_t *port);
|
||||
bool copy_blocks(struct archive *w, struct archive *r);
|
||||
bool extract_archive(char *dst, char *src);
|
||||
bool mkdir_ifnot(char *path);
|
||||
bool mkdir_ifnot(char *path, int mode);
|
||||
|
||||
int join_multiple(char *res, const char *base, const char *pth, const char *pth2);
|
||||
int join(char *res, const char *base, const char *pth);
|
||||
|
Reference in New Issue
Block a user