]> git.sesse.net Git - vlc/blobdiff - src/modules/modules.h
Keep track of plugin text domain
[vlc] / src / modules / modules.h
index b9d0b3a68b01c81163ef868ff73434123c05d125..62a79ad443b9a0d5aae15946e2d852a923b71330 100644 (file)
@@ -133,6 +133,7 @@ struct module_t
     /* Plugin-specific stuff */
     module_handle_t     handle;                             /* Unique handle */
     char *              psz_filename;                     /* Module filename */
+    char *              domain;                            /* gettext domain */
 
     bool          b_builtin;  /* Set to true if the module is built in */
     bool          b_loaded;        /* Set to true if the dll is loaded */