]> git.sesse.net Git - vlc/blobdiff - include/vlc_messages.h
msg_GetObjectTypeName symbol exported as needed by libvlc-control
[vlc] / 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 ));
 
 /**
  * @}