From f20326688977f5281be2268e40c14733124113de Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 23 Sep 2007 19:45:19 +0000 Subject: [PATCH] Made make_bak_dir() global. --- backup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1