Commit 804defcc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Move input_item_array_t to <vlc_input_item.h>

parent e5005f6f
......@@ -90,6 +90,8 @@ struct input_item_t
bool b_error_when_reading;/**< Error When Reading */
};
TYPEDEF_ARRAY(input_item_t*, input_item_array_t)
enum input_item_type_e
{
ITEM_TYPE_UNKNOWN,
......
......@@ -26,8 +26,6 @@
* This file defines libvlc_int_t internal libvlc instance
*/
TYPEDEF_ARRAY(input_item_t*, input_item_array_t)
struct hotkey;
/*****************************************************************************
......
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