]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Add module_find_by_short() (internal only)
[vlc] / src / libvlc.h
index 8d945b606aa5fc290bc8734d74c6c5dab94397ca..650a93cba41063743ff0a74f7ba13c47a4286bec 100644 (file)
@@ -146,6 +146,7 @@ extern char *psz_vlcpath;
  * Free after uses both the string and the table. */
 VLC_EXPORT(char **, module_GetModulesNamesForCapability,
                     ( const char * psz_capability, char ***psz_longname ) );
+module_t *module_find_by_shortcut (const char *psz_shortcut);
 
 /**
  * Private LibVLC data for each object.