]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
Remove playlist info accessors (as they now belong to input_item) and use vlc_input_i...
[vlc] / include / vlc_input.h
index d27fd50835901889e80a6b24df67a8d64736d631..cae13922dc8cb79ba331ff5e90e0584f0ed31343 100644 (file)
@@ -158,6 +158,9 @@ static inline void vlc_input_item_Clean( input_item_t *p_i )
     vlc_mutex_destroy( &p_i->lock );
 }
 
+VLC_EXPORT( char *, vlc_input_item_GetInfo, ( input_item_t *p_i, const char *psz_cat,const char *psz_name ) );
+VLC_EXPORT(int, vlc_input_item_AddInfo, ( input_item_t *p_i, const char *psz_cat, const char *psz_name, const char *psz_format, ... ) );
+
 /*****************************************************************************
  * Seek point: (generalisation of chapters)
  *****************************************************************************/