Commit 37670ff6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc_probe need not be exported at the moment (fix check)

parent 4c5f93c1
...@@ -32,8 +32,7 @@ ...@@ -32,8 +32,7 @@
extern "C" { extern "C" {
# endif # endif
VLC_EXPORT(void *, vlc_probe, (vlc_object_t *, const char *, void *vlc_probe (vlc_object_t *, const char *, size_t *restrict);
size_t *restrict));
#define vlc_probe(obj, cap, pcount) \ #define vlc_probe(obj, cap, pcount) \
vlc_probe(VLC_OBJECT(obj), cap, pcount) vlc_probe(VLC_OBJECT(obj), cap, pcount)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment