]> git.sesse.net Git - vlc/blobdiff - include/vlc_probe.h
Use var_InheritString for --decklink-video-connection.
[vlc] / 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)