]> git.sesse.net Git - vlc/commitdiff
libvlc_Internal* need to be exported for libvlc-control
authorFilippo Carone <littlejohn@videolan.org>
Thu, 15 Feb 2007 18:17:57 +0000 (18:17 +0000)
committerFilippo Carone <littlejohn@videolan.org>
Thu, 15 Feb 2007 18:17:57 +0000 (18:17 +0000)
src/control/libvlc_internal.h

index 7769538c973dbfc6322c181d597de40ea651d44f..6da3d6376a4f023d82ba7c96d52d129c019239b6 100644 (file)
@@ -34,13 +34,13 @@ extern "C" {
 /***************************************************************************
  * Internal creation and destruction functions
  ***************************************************************************/
-libvlc_int_t *libvlc_InternalCreate( void );
-int libvlc_InternalInit( libvlc_int_t *, int, char *ppsz_argv[] );
-int libvlc_InternalCleanup( libvlc_int_t * );
-int libvlc_InternalDestroy( libvlc_int_t *, vlc_bool_t );
+VLC_EXPORT (libvlc_int_t *, libvlc_InternalCreate, ( void ) );
+VLC_EXPORT (int, libvlc_InternalInit, ( libvlc_int_t *, int, char *ppsz_argv[] ) );
+VLC_EXPORT (int, libvlc_InternalCleanup, ( libvlc_int_t * ) );
+VLC_EXPORT (int, libvlc_InternalDestroy, ( libvlc_int_t *, vlc_bool_t ) );
 
-int libvlc_InternalAddIntf( libvlc_int_t *, const char *, vlc_bool_t,
-                            vlc_bool_t, int, const char *const * );
+VLC_EXPORT (int, libvlc_InternalAddIntf, ( libvlc_int_t *, const char *, vlc_bool_t,
+                            vlc_bool_t, int, const char *const * ) );
 
 /***************************************************************************
  * Opaque structures for libvlc API