]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/update.h
Another compile fix
[vlc] / modules / gui / macosx / update.h
index d3786295e40c4d97a298a3460962618c83a9bd58..0db8b0df2e4b72c67d97a9e7f4aff9e0d87e11bf 100644 (file)
     IBOutlet id o_chk_updateOnStartup;
 
     update_t * p_u;
-    vlc_bool_t b_checked;
+    bool b_checked;
 }
 
+- (void)end;
+
 - (IBAction)download:(id)sender;
 - (IBAction)okay:(id)sender;
 - (IBAction)changeCheckUpdateOnStartup:(id)sender;
@@ -55,7 +57,6 @@
 
 - (void)showUpdateWindow;
 - (void)checkForUpdate;
-- (void)setUpToDate: (BOOL)uptodate;
 - (void)performDownload:(NSString *)path;
 
 + (VLCUpdate *)sharedInstance;