Skip to content

Commit

Permalink
Made make_bak_dir() global.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Sep 23, 2007
1 parent 21914d8 commit f203266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f203266

Please sign in to comment.