Commit 81064e49 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc_internal.h: We have to put media_list_path here after all. We may want...

libvlc_internal.h: We have to put media_list_path here after all. We may want to privatize a bit the different libvlc types by defining, types that can be privatized, directly in the .c file. (or in a per-object .h file).
parent 4f87ec3e
......@@ -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,
......
......@@ -25,12 +25,6 @@
#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)
**************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment