]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Bury the module pointer inside modules.c
[vlc] / src / libvlc.h
index f3120735725fb4362c86884a4f9974dfcc6776a4..cc3bed0bfef0b3bc890c85bf0d4c6d86a25d75ea 100644 (file)
@@ -45,7 +45,7 @@ void system_End       ( libvlc_int_t * );
 /*
  * Threads subsystem
  */
-vlc_mutex_t global_lock; /* TODO: remove this crap */
+extern vlc_mutex_t global_lock; /* TODO: remove this crap */
 
 /* Hopefully, no need to export this. There is a new thread API instead. */
 void vlc_thread_cancel (vlc_object_t *);
@@ -141,11 +141,6 @@ __vlc_custom_create (vlc_object_t *p_this, size_t i_size, int i_type,
         __vlc_custom_create(VLC_OBJECT(o), s, t, n)
 
 
-/**
- * The module bank
- */
-extern module_bank_t *p_module_bank;
-
 extern char *psz_vlcpath;
 
 #ifdef LIBVLC_USE_PTHREAD