X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_messages.h;h=6bfd5dada59612929362cab58d6cc87e235d4d70;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=15ce93676838a96fa2dd78c1768b9bd2d9041fbc;hpb=14d8d88c6c045e5241fa6237eb65f95124c9deda;p=vlc diff --git a/include/vlc_messages.h b/include/vlc_messages.h index 15ce936768..6bfd5dada5 100644 --- a/include/vlc_messages.h +++ b/include/vlc_messages.h @@ -112,7 +112,7 @@ 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) );