Commit f2032668 authored by Wayne Davison's avatar Wayne Davison

Made make_bak_dir() global.

parent 21914d81
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment