diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2014-08-06 07:43:15 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2014-08-06 07:43:15 -0700 |
commit | f15421e12307422e3f870a42330124d49ce7b94d (patch) | |
tree | 06f5328a916cdc3b2d2b5afb4f5d78e1e0e2831f /files.h | |
parent | 55d05b67db79bc990db62556e154ccadfc07cfd7 (diff) |
343.13343.13
Diffstat (limited to 'files.h')
-rw-r--r-- | files.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ int mode_string_to_mode(Options *op, char *s, mode_t *mode); char *mode_to_permission_string(mode_t mode); int directory_exists(Options *op, const char *dir); int confirm_path(Options *op, const char *path); -int mkdir_with_log(Options *op, const char *path, const mode_t mode, int log); -int mkdir_recursive(Options *op, const char *path, const mode_t mode); +int mkdir_recursive(Options *op, const char *path, const mode_t mode, int log); +int mkdir_with_log(Options *op, const char *path, const mode_t mode); char *get_symlink_target(Options *op, const char *filename); char *get_resolved_symlink_target(Options *op, const char *filename); int install_file(Options *op, const char *srcfile, |