Made make_bak_dir() global.
authorWayne Davison <wayned@samba.org>
Sun, 23 Sep 2007 19:45:19 +0000 (19:45 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 23 Sep 2007 19:45:19 +0000 (19:45 +0000)
backup.c

index 05856aa..9d3d3b2 100644 (file)
--- 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;