]> git.sesse.net Git - vlc/commitdiff
* livedotcom.cpp: lalala.... (compilation fixes).
authorLaurent Aimar <fenrir@videolan.org>
Mon, 29 Mar 2004 21:34:27 +0000 (21:34 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 29 Mar 2004 21:34:27 +0000 (21:34 +0000)
modules/demux/livedotcom.cpp

index 666aa9f87ea2148f9026308a7f1f79155f6c7b56..f4af9d44d6a0dbd0db7f7a4378914fba5b295cd9 100644 (file)
 
 using namespace std;
 
-
-# ifdef __cplusplus
-extern "C" {
-#endif
-
-stream_t *__stream_DemuxNew( vlc_object_t *p_obj, char *psz_demux, es_out_t *out );
-void     stream_DemuxSend( stream_t *s, block_t *p_block );
-void     stream_DemuxDelete( stream_t *s );
-
-# ifdef __cplusplus
-}
-# endif
-
 /*****************************************************************************
  * Module descriptor
  *****************************************************************************/