summaryrefslogtreecommitdiff
path: root/src/demuxers/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/demuxers/demux.h')
-rw-r--r--src/demuxers/demux.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/demuxers/demux.h b/src/demuxers/demux.h
index d284bcd44..017af8f0f 100644
--- a/src/demuxers/demux.h
+++ b/src/demuxers/demux.h
@@ -17,12 +17,16 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: demux.h,v 1.7 2001/07/14 13:28:31 guenter Exp $
+ * $Id: demux.h,v 1.8 2001/07/18 21:38:16 f1rmb Exp $
*/
#ifndef HAVE_DEMUX_H
#define HAVE_DEMUX_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#include "buffer.h"
#include "xine_internal.h"
#if defined(XINE_COMPILE)
@@ -124,4 +128,8 @@ struct demux_plugin_s
*
*/
+#ifdef __cplusplus
+}
+#endif
+
#endif