Add download context menu item.
[pithos-macos] / pithos-macos / PithosBrowserController.h
index dd4df60..3bef10a 100644 (file)
@@ -70,6 +70,8 @@
     NSMenu *outlineViewMenu;
     NSMenu *browserMenu;
     
+    BOOL editingItem;
+    
     NSArray *draggedNodes;
     PithosNode *draggedParentNode;
     
 - (void)resetBrowser;
 - (void)startBrowser;
 - (BOOL)operationsPending;
-- (void)downloadNode:(PithosNode *)node 
-         toDirectory:(NSString *)dirPath 
-     withNewFileName:(NSString *)newFileName 
-             version:(NSString *)version;
+- (void)downloadNode:(PithosNode *)node toDirectory:(NSString *)dirPath withNewFileName:(NSString *)newFileName 
+             version:(NSString *)version checkIfExists:(BOOL)checkIfExists;
 
 @end