Skip to content

Commit

Permalink
Move input_item_array_t to <vlc_input_item.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Dec 31, 2013
1 parent e5005f6 commit 804defc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions include/vlc_input_item.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions include/vlc_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
* This file defines libvlc_int_t internal libvlc instance
*/

TYPEDEF_ARRAY(input_item_t*, input_item_array_t)

struct hotkey;

/*****************************************************************************
Expand Down

0 comments on commit 804defc

Please sign in to comment.