Files
Mozilla/mozilla/camino/sparkle/NSFileManager+Authentication.h
stuart.morgan%alumni.case.edu 8fd46ed6a3 Landing Sparkle trunk revision 52. sr=mento
git-svn-id: svn://10.0.0.236/trunk@238226 18797224-902f-48f8-a5cc-f745e15eee43
2007-10-26 20:40:36 +00:00

12 lines
287 B
Objective-C

//
// NSFileManager+Authentication.m
// Sparkle
//
// Created by Andy Matuschak on 3/9/06.
// Copyright 2006 Andy Matuschak. All rights reserved.
//
@interface NSFileManager (SUAuthenticationAdditions)
- (BOOL)movePathWithAuthentication:(NSString *)src toPath:(NSString *)dst;
@end