]> git.sesse.net Git - vlc/commitdiff
vlc_probe need not be exported at the moment (fix check)
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 22 Dec 2009 10:51:01 +0000 (12:51 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 22 Dec 2009 10:51:28 +0000 (12:51 +0200)
include/vlc_probe.h

index 227889b77394fb7636ac75d9fdbfd5975dce346f..25baae08bdf276945cd75133cd37f89ba54ba7aa 100644 (file)
@@ -32,8 +32,7 @@
 extern "C" {
 # endif
 
-VLC_EXPORT(void *, vlc_probe, (vlc_object_t *, const char *,
-                               size_t *restrict));
+void *vlc_probe (vlc_object_t *, const char *, size_t *restrict);
 #define vlc_probe(obj, cap, pcount) \
         vlc_probe(VLC_OBJECT(obj), cap, pcount)