]> git.sesse.net Git - vlc/blobdiff - src/libvlc-common.c
* Documentation belongs to the .h, step 1
[vlc] / src / libvlc-common.c
index bb70edf575de5974a541a2b19e2c4a177859d5c8..3a8f3d01d4f300dce8af0ff3fcf68875f4ff5d7d 100644 (file)
@@ -88,6 +88,8 @@
 
 #include "libvlc.h"
 
+#include "playlist/playlist_internal.h"
+
 /*****************************************************************************
  * The evil global variable. We handle it with care, don't worry.
  *****************************************************************************/
@@ -676,7 +678,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, char *ppsz_argv[] )
     if( psz_modules && *psz_modules )
     {
         /* Add service discovery modules */
-        playlist_AddSDModules( p_playlist, psz_modules );
+        playlist_ServicesDiscoveryAdd( p_playlist, psz_modules );
     }
     if( psz_modules ) free( psz_modules );