use G_{BEGIN,END}_DECLS

Original commit message from CVS:
use G_{BEGIN,END}_DECLS
This commit is contained in:
David I. Lehn 2002-10-30 09:17:12 +00:00
parent 0f52282149
commit 367bda475d

View file

@ -26,11 +26,7 @@
#include <config.h> #include <config.h>
#include <gst/gst.h> #include <gst/gst.h>
G_BEGIN_DECLS
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#define GST_TYPE_VIDEOTESTSRC \ #define GST_TYPE_VIDEOTESTSRC \
(gst_videotestsrc_get_type()) (gst_videotestsrc_get_type())
@ -83,9 +79,6 @@ static GType gst_videotestsrc_get_type(void);
static void gst_videotestsrc_setup(GstVideotestsrc *); static void gst_videotestsrc_setup(GstVideotestsrc *);
#ifdef __cplusplus G_END_DECLS
}
#endif /* __cplusplus */
#endif /* __GST_VIDEOTESTSRC_H__ */ #endif /* __GST_VIDEOTESTSRC_H__ */