1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00

* ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline

declarations. Should fix that later.
This commit is contained in:
Sam Hocevar 2003-02-07 00:29:53 +00:00
parent 8ae1aa12c9
commit 404b16a493
2 changed files with 3 additions and 5 deletions

View File

@ -4,7 +4,7 @@
* interface, such as message output.
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: interface.h,v 1.39 2003/02/07 00:26:23 sam Exp $
* $Id: interface.h,v 1.40 2003/02/07 00:29:53 sam Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
@ -54,8 +54,7 @@ struct intf_thread_t
* Prototypes
*****************************************************************************/
#define intf_Create(a,b) __intf_Create(VLC_OBJECT(a),b)
VLC_EXPORT( intf_thread_t *, __intf_Create, ( vlc_object_t *,
const char * ) );
VLC_EXPORT( intf_thread_t *, __intf_Create, ( vlc_object_t *, const char * ) );
VLC_EXPORT( int, intf_RunThread, ( intf_thread_t * ) );
VLC_EXPORT( void, intf_StopThread, ( intf_thread_t * ) );
VLC_EXPORT( void, intf_Destroy, ( intf_thread_t * ) );

View File

@ -2,7 +2,7 @@
* demux.c: demux functions for dvdplay.
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: demux.c,v 1.5 2003/02/07 00:26:23 sam Exp $
* $Id: demux.c,v 1.6 2003/02/07 00:29:53 sam Exp $
*
* Author: Stéphane Borel <stef@via.ecp.fr>
*
@ -48,7 +48,6 @@
# include <strings.h>
#endif
#include "interface.h"
#include "dvd.h"
#include "intf.h"
#include "es.h"