]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/bookmarks.h
add_bool wants booleans.
[vlc] / modules / gui / macosx / bookmarks.h
index 3cf21cb48009840a16cb4c179bd441f282ea7703..2b255fc2db3732987f578d5befcd047743286880 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2005, 2007 the VideoLAN team
  * $Id$
  *
- * Authors: Felix Kühne <fkuehne@users.sf.net>
+ * Authors: Felix Kühne <fkuehne at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
 
 #import <Cocoa/Cocoa.h>
 #import "intf.h"
-#import <vlc/vlc.h>
+#import <vlc_common.h>
 
 @interface VLCBookmarks : NSObject
 {
@@ -64,5 +64,5 @@
 
 - (void)initStrings;
 - (void)showBookmarks;
-- (id)getDataTable;
+- (id)dataTable;
 @end