]> git.sesse.net Git - vlc/blobdiff - include/vlc_modules.h
Helper to get the capability of a module and its score.
[vlc] / include / vlc_modules.h
index 867fbf2c4f69c98a635f3a2ffcca73bff5e909bf..8c91e71a8a1de2528271d6e626616bfee2a76dcc 100644 (file)
@@ -50,6 +50,8 @@ VLC_EXPORT( const char *, module_get_object, ( const module_t *m ) );
 VLC_EXPORT( const char *, module_get_name, ( const module_t *m, bool long_name ) );
 #define module_GetLongName( m ) module_get_name( m, true )
 VLC_EXPORT( const char *, module_get_help, ( const module_t *m ) );
+VLC_EXPORT( const char *, module_get_capability, ( const module_t *m ) );
+VLC_EXPORT( int, module_get_score, ( const module_t *m ) );
 
 static inline module_t *module_get_main (void)
 {