Commit 53e0984c authored by Filippo Carone's avatar Filippo Carone

msg_GetObjectTypeName symbol exported as needed by libvlc-control

parent aeb45dfe
...@@ -213,7 +213,7 @@ void __msg_Destroy ( vlc_object_t * ); ...@@ -213,7 +213,7 @@ void __msg_Destroy ( vlc_object_t * );
VLC_EXPORT( msg_subscription_t*, __msg_Subscribe, ( vlc_object_t *, int ) ); VLC_EXPORT( msg_subscription_t*, __msg_Subscribe, ( vlc_object_t *, int ) );
VLC_EXPORT( void, __msg_Unsubscribe, ( vlc_object_t *, msg_subscription_t * ) ); VLC_EXPORT( void, __msg_Unsubscribe, ( vlc_object_t *, msg_subscription_t * ) );
const char *msg_GetObjectTypeName(int i_object_type ); VLC_EXPORT(const char *, msg_GetObjectTypeName, (int i_object_type ));
/** /**
* @} * @}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment