@ -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
*/
struct hotkey;
/*****************************************************************************