X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/21914d8135f94b1a1bc1bda085ab8ba0249f8bc9..f20326688977f5281be2268e40c14733124113de:/backup.c 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;