aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2015-10-28 23:21:12 +0100
committerBert Münnich <ber.t@posteo.de>2015-10-28 23:21:12 +0100
commita7d39b0ab8fabb4f6417bb69a4e70d9da598d1aa (patch)
tree9e1e5e65bc2815c42cac5299e579d1638728070d /util.h
parentd3a70a285d03224fde9e6ef36eba9de21b773f39 (diff)
downloadnsxiv-a7d39b0ab8fabb4f6417bb69a4e70d9da598d1aa.tar.zst
Simplified r_mkdir()
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 8359dc8..91b76d1 100644
--- a/util.h
+++ b/util.h
@@ -74,6 +74,6 @@ void size_readable(float*, const char**);
int r_opendir(r_dir_t*, const char*);
int r_closedir(r_dir_t*);
char* r_readdir(r_dir_t*);
-int r_mkdir(const char *);
+int r_mkdir(char*);
#endif /* UTIL_H */