]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Remove dummy VLC_EXPORT
[vlc] / src / libvlc.h
index 650a93cba41063743ff0a74f7ba13c47a4286bec..20eea3a837eb6660fcaf8a122838aa9c888637f5 100644 (file)
@@ -144,8 +144,8 @@ extern char *psz_vlcpath;
 /* Return a NULL terminated array with the names of the modules that have a
  * certain capability.
  * Free after uses both the string and the table. */
-VLC_EXPORT(char **, module_GetModulesNamesForCapability,
-                    ( const char * psz_capability, char ***psz_longname ) );
+char **module_GetModulesNamesForCapability (const char * psz_capability,
+                                            char ***psz_longname);
 module_t *module_find_by_shortcut (const char *psz_shortcut);
 
 /**