[vlc-devel] commit: Remove dummy VLC_EXPORT ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 8 19:14:32 CET 2009


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Feb  8 20:07:22 2009 +0200| [d44daefbf8d120c9af12c7499ac6bddf45765313] | committer: Rémi Denis-Courmont 

Remove dummy VLC_EXPORT

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d44daefbf8d120c9af12c7499ac6bddf45765313
---

 src/libvlc.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libvlc.h b/src/libvlc.h
index 650a93c..20eea3a 100644
--- a/src/libvlc.h
+++ b/src/libvlc.h
@@ -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);
 
 /**




More information about the vlc-devel mailing list