From: Wayne Davison Date: Sun, 23 Sep 2007 19:45:19 +0000 (+0000) Subject: Made make_bak_dir() global. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f20326688977f5281be2268e40c14733124113de Made make_bak_dir() global. --- diff --git a/backup.c b/backup.c index 05856aa2..9d3d3b2e 100644 --- a/backup.c +++ b/backup.c @@ -92,7 +92,7 @@ static int make_simple_backup(const char *fname) Create a directory given an absolute path, perms based upon another directory path ****************************************************************************/ -static int make_bak_dir(char *fullpath) +int make_bak_dir(char *fullpath) { statx sx; struct file_struct *file;