]> git.sesse.net Git - vlc/blobdiff - src/modules/modules.h
mediadirs: ensure uri-encoded path is passed to vlc core
[vlc] / src / modules / modules.h
index 039cefa301f595e47fc01a2c1618d2306938180c..a566019ffdbf698c3ef7469c670e7d1598c15b7c 100644 (file)
@@ -100,6 +100,10 @@ struct module_t
     module_t   *submodule;
     unsigned    submodule_count;
 
+    /** Shortcuts to the module */
+    unsigned    i_shortcuts;
+    char        **pp_shortcuts;
+
     /*
      * Variables set by the module to identify itself
      */
@@ -107,9 +111,6 @@ struct module_t
     char *psz_longname;                   /**< Module descriptive name */
     char *psz_help;        /**< Long help string for "special" modules */
 
-    /** Shortcuts to the module */
-    char *pp_shortcuts[ MODULE_SHORTCUT_MAX ];
-
     char    *psz_capability;                                 /**< Capability */
     int      i_score;                          /**< Score for the capability */