Commit 404b16a4 authored by Sam Hocevar's avatar Sam Hocevar

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

    declarations. Should fix that later.
parent 8ae1aa12
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* interface, such as message output. * interface, such as message output.
***************************************************************************** *****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN * 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> * Authors: Vincent Seguin <seguin@via.ecp.fr>
* *
...@@ -54,8 +54,7 @@ struct intf_thread_t ...@@ -54,8 +54,7 @@ struct intf_thread_t
* Prototypes * Prototypes
*****************************************************************************/ *****************************************************************************/
#define intf_Create(a,b) __intf_Create(VLC_OBJECT(a),b) #define intf_Create(a,b) __intf_Create(VLC_OBJECT(a),b)
VLC_EXPORT( intf_thread_t *, __intf_Create, ( vlc_object_t *, VLC_EXPORT( intf_thread_t *, __intf_Create, ( vlc_object_t *, const char * ) );
const char * ) );
VLC_EXPORT( int, intf_RunThread, ( intf_thread_t * ) ); VLC_EXPORT( int, intf_RunThread, ( intf_thread_t * ) );
VLC_EXPORT( void, intf_StopThread, ( intf_thread_t * ) ); VLC_EXPORT( void, intf_StopThread, ( intf_thread_t * ) );
VLC_EXPORT( void, intf_Destroy, ( intf_thread_t * ) ); VLC_EXPORT( void, intf_Destroy, ( intf_thread_t * ) );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* demux.c: demux functions for dvdplay. * demux.c: demux functions for dvdplay.
***************************************************************************** *****************************************************************************
* Copyright (C) 1998-2001 VideoLAN * 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: Stphane Borel <stef@via.ecp.fr> * Author: Stphane Borel <stef@via.ecp.fr>
* *
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
# include <strings.h> # include <strings.h>
#endif #endif
#include "interface.h"
#include "dvd.h" #include "dvd.h"
#include "intf.h" #include "intf.h"
#include "es.h" #include "es.h"
......
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