]> git.sesse.net Git - vlc/commitdiff
* ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
authorSam Hocevar <sam@videolan.org>
Fri, 7 Feb 2003 00:29:53 +0000 (00:29 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 7 Feb 2003 00:29:53 +0000 (00:29 +0000)
    declarations. Should fix that later.

include/interface.h
modules/access/dvdplay/demux.c

index 25d9c9eeb4454ba733d3dd62dbda9f5a8cafeca6..f2480169436fa359d8bc442cba1baeed7fa10401 100644 (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 * ) );
index 8463cd5dcb446d80f5a4e6e1b20b585efd59bd0f..679e343dea162fc7239c295e363436008eeec49a 100644 (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"