]> git.sesse.net Git - vlc/blobdiff - include/vlc/deprecated.h
libvlc: fix doxygen documentation.
[vlc] / include / vlc / deprecated.h
index 97cb97a8818c90be092cd88b8780155d26edd477..c22d2dc8c336abb1c0286a8e51eb95826ec6f427 100644 (file)
@@ -64,8 +64,9 @@ extern "C" {
  * \param i_options the number of options to add to the item
  * \param ppsz_options the options to add to the item
  */
-VLC_DEPRECATED_API void libvlc_playlist_play( libvlc_instance_t*, int, int,
-                                          char ** );
+VLC_DEPRECATED_API void libvlc_playlist_play( libvlc_instance_t *p_instance,
+                                              int i_id, int i_options,
+                                              char **ppsz_options );
 
 /** @}*/