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/riff/riff-ids.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst-libs/gst/riff/riff-ids.h') diff --git a/gst-libs/gst/riff/riff-ids.h b/gst-libs/gst/riff/riff-ids.h index 453df2e2..e311f9e0 100644 --- a/gst-libs/gst/riff/riff-ids.h +++ b/gst-libs/gst/riff/riff-ids.h @@ -24,6 +24,8 @@ #include +G_BEGIN_DECLS + /* RIFF types */ #define GST_RIFF_RIFF_WAVE GST_MAKE_FOURCC ('W','A','V','E') #define GST_RIFF_RIFF_AVI GST_MAKE_FOURCC ('A','V','I',' ') @@ -328,4 +330,6 @@ typedef struct _gst_riff_dmlh { guint32 totalframes; } gst_riff_dmlh; +G_END_DECLS + #endif /* __GST_RIFF_IDS_H__ */ -- cgit v1.2.1