From 31b8cfecc2f9e41a9bbd72e600383f83c8b7c237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 28 Oct 2014 21:32:06 +0000 Subject: [PATCH] pulse, v4l2: add missing G_END_DECLS in some places --- ext/pulse/pulsedeviceprovider.h | 2 ++ sys/v4l2/gstv4l2deviceprovider.h | 2 ++ sys/v4l2/gstv4l2tuner.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ext/pulse/pulsedeviceprovider.h b/ext/pulse/pulsedeviceprovider.h index 5994d1a291..0892ad5861 100644 --- a/ext/pulse/pulsedeviceprovider.h +++ b/ext/pulse/pulsedeviceprovider.h @@ -93,4 +93,6 @@ struct _GstPulseDeviceClass { GType gst_pulse_device_get_type (void); +G_END_DECLS + #endif /* __GST_PULSE_DEVICE_PROVIDER_H__ */ diff --git a/sys/v4l2/gstv4l2deviceprovider.h b/sys/v4l2/gstv4l2deviceprovider.h index 865727a517..5e05b35b92 100644 --- a/sys/v4l2/gstv4l2deviceprovider.h +++ b/sys/v4l2/gstv4l2deviceprovider.h @@ -96,4 +96,6 @@ struct _GstV4l2DeviceClass { GType gst_v4l2_device_get_type (void); +G_END_DECLS + #endif /* __GST_V4L2_DEVICE_PROVIDER_H__ */ diff --git a/sys/v4l2/gstv4l2tuner.h b/sys/v4l2/gstv4l2tuner.h index 3556502b20..7ccffcd116 100644 --- a/sys/v4l2/gstv4l2tuner.h +++ b/sys/v4l2/gstv4l2tuner.h @@ -195,4 +195,6 @@ interface_as_function ## _tuner_interface_init (GstTunerInterface * iface) iface->signal_strength = interface_as_function ## _tuner_signal_strength; \ } \ +G_END_DECLS + #endif /* __GST_V4L2_TUNER_H__ */