From 53e0984c903fb302e528a7a49be6f5fd5dcbf639 Mon Sep 17 00:00:00 2001 From: Filippo Carone Date: Fri, 16 Feb 2007 14:51:32 +0000 Subject: [PATCH] msg_GetObjectTypeName symbol exported as needed by libvlc-control --- include/vlc_messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )); /** * @} -- 2.39.2