]> git.sesse.net Git - vlc/blobdiff - include/vlc_services_discovery.h
Add argument to module_GetModulesNamesForCapability (and services_discovery_GetServic...
[vlc] / include / vlc_services_discovery.h
index 1b0cde073dd4cb61af900be7133a572c711a0347..b2eb0a586dcf128f4e174f6483a5b989c4ee67d7 100644 (file)
@@ -62,7 +62,7 @@ struct services_discovery_t
 
 /* Get the services discovery modules names to use in Create(), in a null
  * terminated string array. Array and string must be freed after use. */
-VLC_EXPORT( char **, services_discovery_GetServicesNames, ( vlc_object_t * p_super ) );
+VLC_EXPORT( char **, services_discovery_GetServicesNames, ( vlc_object_t * p_super, char ***pppsz_longnames ) );
 
 /* Creation of a service_discovery object */
 VLC_EXPORT( services_discovery_t *, services_discovery_Create, ( vlc_object_t * p_super, const char * psz_service_name ) );