]> git.sesse.net Git - vlc/commitdiff
addons: fix duplicate decl of entry_t
authorFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 12 Feb 2014 18:06:58 +0000 (19:06 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 12 Feb 2014 18:14:07 +0000 (19:14 +0100)
include/vlc_addons.h

index b2320ea1ee1c5792031216002b8c31987db26155..7b46dd5266b05fe6b0aa73cce512782fe2cc41d0 100644 (file)
@@ -98,7 +98,6 @@ struct addon_entry_t
     /* custom data storage (if needed by module/source) */
     void * p_custom;
 };
-typedef struct addon_entry_t addon_entry_t;
 
 typedef struct addons_finder_t addons_finder_t;
 typedef struct addons_finder_sys_t addons_finder_sys_t;