From: RĂ©mi Denis-Courmont Date: Thu, 16 Aug 2007 19:59:55 +0000 (+0000) Subject: Unexport utf8_mkdir and vlc_current_object X-Git-Tag: 0.9.0-test0~6470 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=aa5d11c700e9bf254c0c693d31927f9f929d7833;p=vlc Unexport utf8_mkdir and vlc_current_object --- diff --git a/include/vlc_charset.h b/include/vlc_charset.h index e9791719a2..d6e81e4171 100644 --- a/include/vlc_charset.h +++ b/include/vlc_charset.h @@ -52,7 +52,6 @@ VLC_EXPORT( int, utf8_scandir, ( const char *dirname, char ***namelist, int (*se VLC_EXPORT( int, utf8_stat, ( const char *filename, struct stat *buf ) ); VLC_EXPORT( int, utf8_lstat, ( const char *filename, struct stat *buf ) ); -VLC_EXPORT( int, utf8_mkdir, ( const char *filename ) ); VLC_EXPORT( int, utf8_vfprintf, ( FILE *stream, const char *fmt, va_list ap ) ); VLC_EXPORT( int, utf8_fprintf, ( FILE *, const char *, ... ) ); diff --git a/include/vlc_objects.h b/include/vlc_objects.h index a906d517cc..98267f7c39 100644 --- a/include/vlc_objects.h +++ b/include/vlc_objects.h @@ -108,7 +108,6 @@ VLC_EXPORT( void, __vlc_object_yield, ( vlc_object_t * ) ); VLC_EXPORT( void, __vlc_object_release, ( vlc_object_t * ) ); VLC_EXPORT( vlc_list_t *, __vlc_list_find, ( vlc_object_t *, int, int ) ); VLC_EXPORT( void, vlc_list_release, ( vlc_list_t * ) ); -VLC_EXPORT( libvlc_int_t *, vlc_current_object, ( int ) ); /*}@*/ diff --git a/src/libvlc.h b/src/libvlc.h index 6013b84dd1..9b2e991488 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -46,6 +46,11 @@ int __vlc_threads_end( vlc_object_t * ); extern uint32_t cpu_flags; uint32_t CPUCapabilities( void ); +/* + * Unicode stuff + */ +int utf8_mkdir( const char *filename ); + /* * LibVLC objects stuff @@ -92,7 +97,9 @@ struct libvlc_global_data_t #endif }; + libvlc_global_data_t *vlc_global (void); +libvlc_int_t *vlc_current_object (int i_object); /* Private LibVLC data for each objects */ struct vlc_object_internals_t diff --git a/src/libvlc.sym b/src/libvlc.sym index 8280bcd2db..fa305f7bad 100644 --- a/src/libvlc.sym +++ b/src/libvlc.sym @@ -327,7 +327,6 @@ us_strtod utf8_fopen utf8_fprintf utf8_lstat -utf8_mkdir utf8_open utf8_opendir utf8_readdir @@ -361,7 +360,6 @@ VLC_VariableGet VLC_VariableSet __vlc_cond_destroy __vlc_cond_init -vlc_current_object vlc_error VLC_Error __vlc_execve