]> git.sesse.net Git - vlc/commitdiff
libvlc_internal.h: We have to put media_list_path here after all. We may want to...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 28 Aug 2007 23:34:44 +0000 (23:34 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 28 Aug 2007 23:34:44 +0000 (23:34 +0000)
src/control/libvlc_internal.h
src/control/media_list_path.h

index 65909e7b0697a35a9424cc99cd9150e5e75b33be..79c1b6d3df752b0f8dd5d430a0831e7f689551a8 100644 (file)
@@ -49,10 +49,13 @@ VLC_EXPORT (int, libvlc_InternalAddIntf, ( libvlc_int_t *, const char *, vlc_boo
 VLC_EXPORT (void, libvlc_event_init, ( libvlc_instance_t *, libvlc_exception_t * ) );
 VLC_EXPORT (void, libvlc_event_fini, ( libvlc_instance_t *, libvlc_exception_t * ) );
 
+
 /***************************************************************************
  * Opaque structures for libvlc API
  ***************************************************************************/
 
+typedef int * libvlc_media_list_path_t; /* (Media List Player Internal) */
+
 typedef enum libvlc_lock_state_t
 {
     libvlc_Locked,
index 238e8d014350a6d4df970f04d17e8646a9aa3ab9..209b1eb0cd50172dcd013daee16f2839ee2d90dd 100644 (file)
 #ifndef _LIBVLC_MEDIA_LIST_PATH_H
 #define _LIBVLC_MEDIA_LIST_PATH_H 1
 
-/**************************************************************************
- *  Definition (Media List Player Internal)
- **************************************************************************/
-typedef int * libvlc_media_list_path_t;
-
-
 /**************************************************************************
  *       path_empty (Media List Player Internal)
  **************************************************************************/