]> git.sesse.net Git - vlc/blobdiff - include/vlc_messages.h
includes: add some more LIBVLC_USED.
[vlc] / include / vlc_messages.h
index 15ce93676838a96fa2dd78c1768b9bd2d9041fbc..6bfd5dada59612929362cab58d6cc87e235d4d70 100644 (file)
@@ -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) );