From 4dd33312feee6770621e7195a8ba94a6d7215be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 9 Feb 2005 22:31:05 +0000 Subject: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code Original commit message from CVS: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code --- gst-libs/gst/audio/multichannel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst-libs/gst/audio/multichannel.h') diff --git a/gst-libs/gst/audio/multichannel.h b/gst-libs/gst/audio/multichannel.h index 5194fffa..3b322224 100644 --- a/gst-libs/gst/audio/multichannel.h +++ b/gst-libs/gst/audio/multichannel.h @@ -23,6 +23,8 @@ #include #include +G_BEGIN_DECLS + typedef enum { GST_AUDIO_CHANNEL_POSITION_INVALID = -1, @@ -83,4 +85,6 @@ void gst_audio_set_caps_channel_positions_list GstAudioChannelPosition * gst_audio_fixate_channel_positions (GstStructure *str); +G_END_DECLS + #endif /* __GST_AUDIO_MULTICHANNEL_H__ */ -- cgit v1.2.1