git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e70b4
)
Remove dummy VLC_EXPORT
author
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Sun, 8 Feb 2009 18:07:22 +0000
(20:07 +0200)
committer
Rémi Denis-Courmont
<rdenis@simphalempin.com>
Sun, 8 Feb 2009 18:14:27 +0000
(20:14 +0200)
src/libvlc.h
patch
|
blob
|
history
diff --git
a/src/libvlc.h
b/src/libvlc.h
index
650a93c
..
20eea3a
100644
(file)
--- 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_GetModulesNamesForC
apability,
-
( const char * psz_capability, char ***psz_longname )
);
+
char **module_GetModulesNamesForCapability (const char * psz_c
apability,
+
char ***psz_longname
);
module_t *module_find_by_shortcut (const char *psz_shortcut);
/**