From 5b7e0b5a50fc88c83ade5095de15448698ad17c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 12 Dec 2007 17:45:25 +0000 Subject: [PATCH] More symbols fixes --- include/vlc_common.h | 14 +++++++------- include/vlc_messages.h | 6 +++--- include/vlc_network.h | 6 +++--- src/libvlc.sym | 44 ++++++++++++++++++++---------------------- 4 files changed, 34 insertions(+), 36 deletions(-) diff --git a/include/vlc_common.h b/include/vlc_common.h index b00424a3d4..c53d5b6506 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -1027,12 +1027,12 @@ static inline void _SetQWBE( uint8_t *p, uint64_t i_qw ) #if defined (WIN32) # include -VLC_INTERNAL( void *, vlc_wopendir, ( const wchar_t * ) ); -VLC_INTERNAL( struct _wdirent *, vlc_wreaddir, ( void * ) ); -VLC_EXPORT( int, vlc_wclosedir, ( void * ) ); -VLC_INTERNAL( void, vlc_rewinddir, ( void * ) ); -VLC_INTERNAL( void, vlc_seekdir, ( void *, long ) ); -VLC_INTERNAL( long, vlc_telldir, ( void * ) ); + VLC_INTERNAL( void *, vlc_wopendir, ( const wchar_t * ) ); + VLC_INTERNAL( struct _wdirent *, vlc_wreaddir, ( void * ) ); + VLC_EXPORT( int, vlc_wclosedir, ( void * ) ); + VLC_INTERNAL( void, vlc_rewinddir, ( void * ) ); + VLC_INTERNAL( void, vlc_seekdir, ( void *, long ) ); + VLC_INTERNAL( long, vlc_telldir, ( void * ) ); # define opendir Use_utf8_opendir_or_vlc_wopendir_instead! # define readdir Use_utf8_readdir_or_vlc_wreaddir_instead! # define closedir vlc_wclosedir @@ -1183,7 +1183,7 @@ VLC_EXPORT( unsigned, vlc_CPU, ( void ) ); * I18n stuff *****************************************************************************/ #ifdef WIN32 -VLC_EXPORT( char *, vlc_dgettext, ( const char *package, const char *msgid ) ); + VLC_EXPORT( char *, vlc_dgettext, ( const char *package, const char *msgid ) ); #endif #if defined( ENABLE_NLS ) && \ diff --git a/include/vlc_messages.h b/include/vlc_messages.h index 973ff04065..20163184aa 100644 --- a/include/vlc_messages.h +++ b/include/vlc_messages.h @@ -51,9 +51,9 @@ typedef struct char * psz_message; } msg_context_t; -VLC_EXPORT( void, msg_StackSet, ( int, const char*, ... ) ); -VLC_EXPORT( void, msg_StackAdd, ( const char*, ... ) ); -VLC_EXPORT( const char*, msg_StackMsg, ( void ) ); +void msg_StackSet ( int, const char*, ... ); +void msg_StackAdd ( const char*, ... ); +const char* msg_StackMsg ( void ); /** * Store a single message sent to user. diff --git a/include/vlc_network.h b/include/vlc_network.h index bf7c67e6fe..4a130825b8 100644 --- a/include/vlc_network.h +++ b/include/vlc_network.h @@ -140,14 +140,14 @@ VLC_EXPORT( ssize_t, __net_vaPrintf, ( vlc_object_t *p_this, int fd, const v_soc #ifndef HAVE_INET_PTON /* only in core, so no need for C++ extern "C" */ -VLC_EXPORT (int, inet_pton, (int af, const char *src, void *dst) ); + VLC_EXPORT (int, inet_pton, (int af, const char *src, void *dst) ); #endif #ifndef HAVE_INET_NTOP #ifdef WIN32 /* only in core, so no need for C++ extern "C" */ -VLC_EXPORT (const char *, inet_ntop, (int af, const void *src, - char *dst, socklen_t cnt) ); + VLC_EXPORT (const char *, inet_ntop, (int af, const void *src, + char *dst, socklen_t cnt) ); #endif #endif diff --git a/src/libvlc.sym b/src/libvlc.sym index df207e2d41..51f063d84c 100644 --- a/src/libvlc.sym +++ b/src/libvlc.sym @@ -66,7 +66,6 @@ date_Increment date_Init date_Move date_Set -DecodeLanguage decoder_GetInputAttachments decode_URI decode_URI_duplicate @@ -143,10 +142,6 @@ __intf_UserStringInput __intf_UserWarn __intf_UserYesNo IsUTF8 -libvlc_InternalCleanup -libvlc_InternalCreate -libvlc_InternalDestroy -libvlc_InternalInit LocaleFree mdate __module_Exists @@ -184,8 +179,6 @@ net_SetCSCov __net_vaPrintf __net_Write NTPtime64 -osd_ConfigLoader -osd_ConfigUnload osd_Icon __osd_MenuActivate __osd_MenuCreate @@ -200,7 +193,6 @@ osd_Message osd_ShowTextAbsolute osd_ShowTextRelative osd_Slider -__osd_StateChange __osd_Volume path_sanitize playlist_Add @@ -245,6 +237,17 @@ resolve_xml_special_chars sdp_AddAttribute sdp_AddMedia secstotimestr +services_discovery_AddItem +services_discovery_Create +services_discovery_Destroy +services_discovery_EventManager +services_discovery_GetLocalizedName +__services_discovery_GetServicesNames +services_discovery_RemoveItem +services_discovery_SetLocalizedName +services_discovery_Start +services_discovery_Stop +sout_AccessOutControl sout_AccessOutDelete sout_AccessOutNew sout_AccessOutRead @@ -298,6 +301,7 @@ stream_Peek stream_Read stream_ReadLine __stream_UrlNew +stream_vaControl __str_format __str_format_meta str_format_time @@ -308,11 +312,6 @@ unescape_URI unescape_URI_duplicate update_Check update_Delete -update_download -update_iterator_Action -update_iterator_ChooseMirrorAndFile -update_iterator_Delete -update_iterator_New __update_New us_atof us_strtod @@ -339,12 +338,12 @@ __var_OptionParse __var_Set __var_TriggerCallback __var_Type -VLC_AddIntf -vlc_asprintf +vlc_b64_decode +vlc_b64_decode_binary +vlc_b64_decode_binary_to_buffer vlc_b64_encode vlc_b64_encode_binary VLC_Changeset -VLC_CleanUp VLC_CompileBy VLC_CompileDomain VLC_CompileHost @@ -352,9 +351,6 @@ VLC_Compiler __vlc_cond_destroy __vlc_cond_init vlc_CPU -VLC_Create -VLC_Destroy -VLC_Die vlc_error VLC_Error __vlc_execve @@ -365,9 +361,9 @@ vlc_getnameinfo vlc_iconv vlc_iconv_close vlc_iconv_open -VLC_Init __vlc_list_find vlc_list_release +vlc_module_create vlc_module_set __vlc_mutex_destroy __vlc_mutex_init @@ -380,7 +376,12 @@ __vlc_object_find __vlc_object_find_name __vlc_object_get __vlc_object_kill +__vlc_object_lock __vlc_object_release +__vlc_object_signal_unlocked +__vlc_object_timedwait +__vlc_object_unlock +__vlc_object_wait __vlc_object_yield vlc_parse_cmdline vlc_rand_bytes @@ -391,9 +392,6 @@ __vlc_thread_join __vlc_thread_ready __vlc_thread_set_priority vlc_ureduce -VLC_VariableGet -VLC_VariableSet -vlc_vasprintf VLC_Version vlc_wraptext vlm_Control -- 2.39.2