]> git.sesse.net Git - vlc/blobdiff - src/playlist/services_discovery.c
vlc_sd_GetNames: add object parameter
[vlc] / src / playlist / services_discovery.c
index 1aa8f64e685ca8dea83bc60b46c6ad57bef16f8a..53a314be44e19788e4df8cf103835233933a6798 100644 (file)
@@ -50,10 +50,12 @@ static void services_discovery_Destructor ( vlc_object_t *p_obj );
  * That's how the playlist get's Service Discovery information
  */
 
+#undef vlc_sd_GetNames
+
 /**
  * Gets the list of available services discovery plugins.
  */
-char **vlc_sd_GetNames( char ***pppsz_longnames )
+char **vlc_sd_GetNames( vlc_object_t *obj, char ***pppsz_longnames )
 {
     return module_GetModulesNamesForCapability( "services_discovery",
                                                 pppsz_longnames );