[vlc-devel] commit: vlc_probe need not be exported at the moment (fix check) ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Dec 22 11:51:31 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Dec 22 12:51:01 2009 +0200| [37670ff64f5da1e06ef6e4edb0c69b8aac65d0b6] | committer: Rémi Denis-Courmont
vlc_probe need not be exported at the moment (fix check)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37670ff64f5da1e06ef6e4edb0c69b8aac65d0b6
---
include/vlc_probe.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/vlc_probe.h b/include/vlc_probe.h
index 227889b..25baae0 100644
--- a/include/vlc_probe.h
+++ b/include/vlc_probe.h
@@ -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)
More information about the vlc-devel
mailing list