diff options
Diffstat (limited to 'gst/auparse/gstauparse.h')
-rw-r--r-- | gst/auparse/gstauparse.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gst/auparse/gstauparse.h b/gst/auparse/gstauparse.h index d6e5a082..9c9a8cd8 100644 --- a/gst/auparse/gstauparse.h +++ b/gst/auparse/gstauparse.h @@ -25,10 +25,7 @@ #include <gst/gst.h> -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - +G_BEGIN_DECLS #define GST_TYPE_AUPARSE \ (gst_auparse_get_type()) @@ -64,10 +61,6 @@ struct _GstAuParseClass { GType gst_auparse_get_type (void); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - +G_END_DECLS #endif /* __GST_AUPARSE_H__ */ |