Commit ca3e0cb5 authored by Francois Cartegnie's avatar Francois Cartegnie

addons: fix duplicate decl of entry_t

parent 9bc339e5
...@@ -98,7 +98,6 @@ struct addon_entry_t ...@@ -98,7 +98,6 @@ struct addon_entry_t
/* custom data storage (if needed by module/source) */ /* custom data storage (if needed by module/source) */
void * p_custom; void * p_custom;
}; };
typedef struct addon_entry_t addon_entry_t;
typedef struct addons_finder_t addons_finder_t; typedef struct addons_finder_t addons_finder_t;
typedef struct addons_finder_sys_t addons_finder_sys_t; typedef struct addons_finder_sys_t addons_finder_sys_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment