X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Fdeprecated.h;h=97cb97a8818c90be092cd88b8780155d26edd477;hb=7c912f1eda4ff437d3d6f2a44080512a57e314b4;hp=e946b77f6b8818cfc89a9256d1fbd450c26a60fc;hpb=7db94f4d2fc742537828fbe0c8eb5a6612601749;p=vlc diff --git a/include/vlc/deprecated.h b/include/vlc/deprecated.h index e946b77f6b..97cb97a881 100644 --- a/include/vlc/deprecated.h +++ b/include/vlc/deprecated.h @@ -63,10 +63,9 @@ extern "C" { * played * \param i_options the number of options to add to the item * \param ppsz_options the options to add to the item - * \param p_e an initialized exception pointer */ VLC_DEPRECATED_API void libvlc_playlist_play( libvlc_instance_t*, int, int, - char **, libvlc_exception_t * ); + char ** ); /** @}*/