]> git.sesse.net Git - vlc/blobdiff - src/playlist/playlist_internal.h
sd: Make most members private.
[vlc] / src / playlist / playlist_internal.h
index 959b8e3d9f1bf5cbd52e37be480fb131f187dd98..8adb2228834e7a4f79ec07ae876dfb824fc289c8 100644 (file)
@@ -41,7 +41,7 @@
 #include "fetcher.h"
 #include "preparser.h"
 
-typedef struct vlc_sd_internal_t vlc_sd_internal_t;
+typedef struct vlc_playlist_sd_t vlc_playlist_sd_t;
 
 typedef struct playlist_private_t
 {
@@ -52,7 +52,7 @@ typedef struct playlist_private_t
     playlist_item_array_t items_to_delete; /**< Array of items and nodes to
             delete... At the very end. This sucks. */
 
-    vlc_sd_internal_t   **pp_sds;
+    vlc_playlist_sd_t   **pp_sds;
     int                   i_sds;   /**< Number of service discovery modules */
     input_thread_t *      p_input;  /**< the input thread associated
                                      * with the current item */