From: Filippo Carone Date: Fri, 16 Feb 2007 14:51:32 +0000 (+0000) Subject: msg_GetObjectTypeName symbol exported as needed by libvlc-control X-Git-Tag: 0.9.0-test0~8566 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=53e0984c903fb302e528a7a49be6f5fd5dcbf639;p=vlc msg_GetObjectTypeName symbol exported as needed by libvlc-control --- diff --git a/include/vlc_messages.h b/include/vlc_messages.h index a08b12efb1..973ff04065 100644 --- a/include/vlc_messages.h +++ b/include/vlc_messages.h @@ -213,7 +213,7 @@ void __msg_Destroy ( vlc_object_t * ); VLC_EXPORT( msg_subscription_t*, __msg_Subscribe, ( vlc_object_t *, int ) ); 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 )); /** * @}