Fixed a segfault crash that would occur if you stepped at the end of a script
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / NSFileManager+Authentication.h
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 //
8
9 #ifndef NSFILEMANAGER_PLUS_AUTHENTICATION_H
10 #define NSFILEMANAGER_PLUS_AUTHENTICATION_H
11
12 @interface NSFileManager (SUAuthenticationAdditions)
13 - (BOOL)copyPathWithAuthentication:(NSString *)src overPath:(NSString *)dst error:(NSError **)error;
14 @end
15
16 #endif