X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_messages.h;h=973ff0406558ac53068de999b7227f496226a7e3;hb=1296d8e14efe794fccb8941993c001476105b247;hp=a08b12efb18d01a6d7181052472e987ee75b919f;hpb=65d2183365ccbd6321ecb8fcbf8bbf42362ca1ba;p=vlc 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 )); /** * @}