]> git.sesse.net Git - vlc/blobdiff - src/input/input_interface.h
Stored vlc_epg_t array inside input_item_t.
[vlc] / src / input / input_interface.h
index b48b2046ea883e0d967ab96c8debd709b09a15d7..9c3183bec056503a784bdedb7c28ddf64e11f336 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * input_interface.h: Input functions usable ouside input code.
+ * input_interface.h: Input functions usable outside input code.
  *****************************************************************************
  * Copyright (C) 1998-2008 the VideoLAN team
  * $Id$
@@ -37,8 +37,7 @@
 void input_item_SetPreparsed( input_item_t *p_i, bool b_preparsed );
 void input_item_SetArtNotFound( input_item_t *p_i, bool b_not_found );
 void input_item_SetArtFetched( input_item_t *p_i, bool b_art_fetched );
-void input_item_SetEpg( input_item_t *p_item,
-                        const char *psz_epg, const vlc_epg_t *p_epg );
+void input_item_SetEpg( input_item_t *p_item, const vlc_epg_t *p_epg );
 
 int input_Preparse( vlc_object_t *, input_item_t * );