From d44daefbf8d120c9af12c7499ac6bddf45765313 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 8 Feb 2009 20:07:22 +0200 Subject: [PATCH] Remove dummy VLC_EXPORT --- src/libvlc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libvlc.h b/src/libvlc.h index 650a93cba4..20eea3a837 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); /** -- 2.39.5