X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_messages.h;h=6bfd5dada59612929362cab58d6cc87e235d4d70;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=80fc1b3e2002b26b4b65a0841400dc9a52debec4;hpb=094cdf1403bf562dcbed008196276f747258dea4;p=vlc diff --git a/include/vlc_messages.h b/include/vlc_messages.h index 80fc1b3e20..6bfd5dada5 100644 --- a/include/vlc_messages.h +++ b/include/vlc_messages.h @@ -112,8 +112,9 @@ typedef struct msg_cb_data_t msg_cb_data_t; */ typedef void (*msg_callback_t) (msg_cb_data_t *, msg_item_t *, unsigned); -VLC_EXPORT( msg_subscription_t*, msg_Subscribe, ( libvlc_int_t *, msg_callback_t, msg_cb_data_t * ) ); +VLC_EXPORT( msg_subscription_t*, msg_Subscribe, ( libvlc_int_t *, msg_callback_t, msg_cb_data_t * ) LIBVLC_USED ); VLC_EXPORT( void, msg_Unsubscribe, ( msg_subscription_t * ) ); +VLC_EXPORT( void, msg_SubscriptionSetVerbosity, ( msg_subscription_t *, const int) ); /* Enable or disable a certain object debug messages */ VLC_EXPORT( void, msg_EnableObjectPrinting, ( vlc_object_t *, const char * psz_object ) );