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