From 87c7bdf06f337b06cd2c19a45d3abd2115ef646f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20Stenac?= Date: Sun, 30 Jul 2006 21:19:38 +0000 Subject: [PATCH] Forgot this --- include/vlc_input.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vlc_input.h b/include/vlc_input.h index 897c2f7567..75d2e642f2 100644 --- a/include/vlc_input.h +++ b/include/vlc_input.h @@ -87,6 +87,7 @@ struct input_item_t #define ITEM_TYPE_NET 7 #define ITEM_TYPE_PLAYLIST 8 #define ITEM_TYPE_NODE 9 +#define ITEM_TYPE_NUMBER 10 static inline void vlc_input_item_Init( vlc_object_t *p_o, input_item_t *p_i ) { -- 2.39.2