Browse Source

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

pull/2/head
Rémi Denis-Courmont 17 years ago
parent
commit
37670ff64f
  1. 3
      include/vlc_probe.h

3
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)

Loading…
Cancel
Save