From: Wayne Davison Date: Sun, 23 Sep 2007 19:45:19 +0000 (+0000) Subject: Made make_bak_dir() global. X-Git-Tag: v3.0.0pre1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20326688977f5281be2268e40c14733124113de;p=thirdparty%2Frsync.git 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;