]> git.sesse.net Git - vlc/blobdiff - src/input/input_interface.h
Do not use obsolescent ctime(_r)
[vlc] / src / input / input_interface.h
index 9c3183bec056503a784bdedb7c28ddf64e11f336..1e2e7c8dab514a497bd4ed0542e37cb22503f142 100644 (file)
@@ -38,6 +38,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 vlc_epg_t *p_epg );
+void input_item_SetEpgOffline( input_item_t * );
 
 int input_Preparse( vlc_object_t *, input_item_t * );
 
@@ -50,11 +51,6 @@ input_stats_t *stats_NewInputStats( input_thread_t *p_input );
  */
 void input_resource_TerminateSout( input_resource_t *p_resource );
 
-/**
- * This function deletes the current vout in the resources.
- */
-void input_resource_TerminateVout( input_resource_t *p_resource );
-
 /**
  * This function return true if there is at least one vout in the resources.
  *