[vlc-commits] addons: fix duplicate decl of entry_t
Francois Cartegnie
git at videolan.org
Wed Feb 12 19:14:23 CET 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Feb 12 19:06:58 2014 +0100| [ca3e0cb54e30961c9d6844d463239c21c42e6156] | committer: Francois Cartegnie
addons: fix duplicate decl of entry_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ca3e0cb54e30961c9d6844d463239c21c42e6156
---
include/vlc_addons.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/vlc_addons.h b/include/vlc_addons.h
index b2320ea..7b46dd5 100644
--- a/include/vlc_addons.h
+++ b/include/vlc_addons.h
@@ -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;
More information about the vlc-commits
mailing list