]> git.sesse.net Git - vlc/commitdiff
Remove dummy VLC_EXPORT
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 8 Feb 2009 18:07:22 +0000 (20:07 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 8 Feb 2009 18:14:27 +0000 (20:14 +0200)
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);
 
 /**