]> git.sesse.net Git - vlc/commitdiff
msg_GetObjectTypeName symbol exported as needed by libvlc-control
authorFilippo Carone <littlejohn@videolan.org>
Fri, 16 Feb 2007 14:51:32 +0000 (14:51 +0000)
committerFilippo Carone <littlejohn@videolan.org>
Fri, 16 Feb 2007 14:51:32 +0000 (14:51 +0000)
include/vlc_messages.h

index a08b12efb18d01a6d7181052472e987ee75b919f..973ff0406558ac53068de999b7227f496226a7e3 100644 (file)
@@ -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 ));
 
 /**
  * @}