X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=4d8a60c4d20228f32d4b8c8e83394621fdd6d5dc;hb=bc89f023c14568ba41e10a7e956c92c7e202d361;hp=79fa948bec5358f80333677ab4129f84a7de32e0;hpb=2a027394ef1a266445e3e43bf6d609881a188204;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 79fa948..4d8a60c 100644 --- a/src/common.h +++ b/src/common.h @@ -501,7 +501,7 @@ enum remove_option WANT_DIRECTORY_REMOVE_OPTION }; int remove_any_file (const char *, enum remove_option); -int maybe_backup_file (const char *, int); +bool maybe_backup_file (const char *, int); void undo_last_backup (void); int deref_stat (bool, char const *, struct stat *);