]> git.sesse.net Git - vlc/blobdiff - include/vlc_modules.h
Add module_start() and module_stop()
[vlc] / include / vlc_modules.h
index 2a1fdd52785c4e4578af0a31e1c2aae789b06425..fa43b5e7d12fcd6bfc152eff9501bcd90500bd3c 100644 (file)
@@ -37,6 +37,9 @@ VLC_EXPORT( void, module_unneed, ( vlc_object_t *, module_t * ) );
 VLC_EXPORT( bool,  module_exists, (const char *) );
 VLC_EXPORT( module_t *, module_find, (const char *) );
 
+int module_start(vlc_object_t *, module_t *);
+void module_stop(vlc_object_t *, module_t *);
+
 VLC_EXPORT( module_config_t *, module_config_get, ( const module_t *, unsigned * ) );
 VLC_EXPORT( void, module_config_free, ( module_config_t * ) );