]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
stream_filter/httplive.c: Improve detection of HTTP Live Streaming detection to all...
[vlc] / include / vlc_playlist.h
index 100288612f51e62ed8e4dde185271a62b800cfb9..5ea1089c3ea8dae528f7c307cc7ce1a9864aba12 100644 (file)
@@ -324,7 +324,7 @@ VLC_EXPORT( int, playlist_ServicesDiscoveryRemove, (playlist_t *, const char *))
 /** Check whether a given SD is loaded */
 VLC_EXPORT( bool, playlist_IsServicesDiscoveryLoaded, ( playlist_t *,const char *));
 /** Query a services discovery */
-VLC_EXPORT( int, playlist_QueryServicesDiscovery, ( playlist_t *, const char *, const char * ) );
+VLC_EXPORT( int, playlist_ServicesDiscoveryControl, ( playlist_t *, const char *, int, ... ) );