]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads_funcs.h
Cosmetics, fix a few warnings, add a few memleaks (but we don't care do we?)
[vlc] / include / vlc_threads_funcs.h
index 269287b69c3c980805773ee708cc6237ad93802c..b4822bce990a505f017adcaa6fd6f628135350ba 100644 (file)
@@ -35,8 +35,6 @@
 /*****************************************************************************
  * Function definitions
  *****************************************************************************/
-VLC_EXPORT( int,  __vlc_threads_init,  ( vlc_object_t * ) );
-VLC_EXPORT( int,  __vlc_threads_end,   ( vlc_object_t * ) );
 VLC_EXPORT( int,  __vlc_mutex_init,    ( vlc_object_t *, vlc_mutex_t * ) );
 VLC_EXPORT( int,  __vlc_mutex_destroy, ( const char *, int, vlc_mutex_t * ) );
 VLC_EXPORT( int,  __vlc_cond_init,     ( vlc_object_t *, vlc_cond_t * ) );