]> git.sesse.net Git - vlc/commitdiff
control/media_list_path.h: Add a forgotten libvlc_ prefix in libvlc_media_list_path_t.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 28 Aug 2007 23:30:59 +0000 (23:30 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 28 Aug 2007 23:30:59 +0000 (23:30 +0000)
src/control/media_list_path.h

index 45217e658b0c00dc819ade8dd139f810ada8395b..238e8d014350a6d4df970f04d17e8646a9aa3ab9 100644 (file)
@@ -28,7 +28,7 @@
 /**************************************************************************
  *  Definition (Media List Player Internal)
  **************************************************************************/
-typedef int * media_list_path_t;
+typedef int * libvlc_media_list_path_t;
 
 
 /**************************************************************************