aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSFileManager+Carbon.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMNSFileManager+Carbon.h')
-rw-r--r--Foundation/GTMNSFileManager+Carbon.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Foundation/GTMNSFileManager+Carbon.h b/Foundation/GTMNSFileManager+Carbon.h
index 63f8b3c..02bff65 100644
--- a/Foundation/GTMNSFileManager+Carbon.h
+++ b/Foundation/GTMNSFileManager+Carbon.h
@@ -6,9 +6,9 @@
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy
// of the License at
-//
+//
// http://www.apache.org/licenses/LICENSE-2.0
-//
+//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
@@ -49,10 +49,10 @@
// Returns:
// The path. Nil on failure.
//
-- (NSString *)gtm_pathFromAliasData:(NSData *)alias
- resolve:(BOOL)resolve
+- (NSString *)gtm_pathFromAliasData:(NSData *)alias
+ resolve:(BOOL)resolve
withUI:(BOOL)withUI;
-
+
// Converts a path to an FSRef *
// Args:
// path - the path to convert