aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index c2190393..2f33236a 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -132,3 +132,5 @@ void bunzipStream(int src_fd, int dst_fd);
int sig_to_num(char *pidstr);
char *num_to_sig(int sig);
+
+mode_t string_to_mode(char *mode_str, mode_t base);