diff options
Diffstat (limited to 'base/mac_util.h')
-rw-r--r-- | base/mac_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/mac_util.h b/base/mac_util.h index a65576d..ed49e2f 100644 --- a/base/mac_util.h +++ b/base/mac_util.h @@ -89,6 +89,9 @@ void GrabWindowSnapshot(NSWindow* window, // returns - path to the application bundle, or empty on error FilePath GetAppBundlePath(const FilePath& exec_name); +// Set the Time Machine exclusion property for the given file. +bool SetFileBackupExclusion(const FilePath& file_path, bool exclude); + } // namespace mac_util #endif // BASE_MAC_UTIL_H_ |