Sparkle support for automatic updates
[MacVim.git] / src / MacVim / Sparkle.framework / Versions / A / Headers / NSFileManager+Authentication.h
blobc995911ca45473093b0a0b5c05687b5f0966e548
1 //
2 // NSFileManager+Authentication.m
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 3/9/06.
6 // Copyright 2006 Andy Matuschak. All rights reserved.
7 //
9 @interface NSFileManager (SUAuthenticationAdditions)
10 - (BOOL)movePathWithAuthentication:(NSString *)src toPath:(NSString *)dst;
11 @end