Fixed a segfault crash that would occur if you stepped at the end of a script
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / NSFileManager+Verification.h
1 //
2 // NSFileManager+Verification.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 3/16/06.
6 // Copyright 2006 Andy Matuschak. All rights reserved.
7 //
8
9 #ifndef NSFILEMANAGER_PLUS_VERIFICATION_H
10 #define NSFILEMANAGER_PLUS_VERIFICATION_H
11
12 // For the paranoid folks!
13 @interface NSFileManager (SUVerification)
14 - (BOOL)validatePath:(NSString *)path withEncodedDSASignature:(NSString *)encodedSignature withPublicDSAKey:(NSString *)pkeyString;
15 @end
16
17 #endif