diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-10-28 21:32:06 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-10-28 21:32:06 +0000 |
commit | 31b8cfecc2f9e41a9bbd72e600383f83c8b7c237 (patch) | |
tree | 5e75a469bca3260739b7ac4a369f7fe4294410d8 | |
parent | aa3c565498aa64f96dd8b09923337f8a732aaa09 (diff) |
pulse, v4l2: add missing G_END_DECLS in some places
-rw-r--r-- | ext/pulse/pulsedeviceprovider.h | 2 | ||||
-rw-r--r-- | sys/v4l2/gstv4l2deviceprovider.h | 2 | ||||
-rw-r--r-- | sys/v4l2/gstv4l2tuner.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ext/pulse/pulsedeviceprovider.h b/ext/pulse/pulsedeviceprovider.h index 5994d1a29..0892ad586 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 865727a51..5e05b35b9 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 3556502b2..7ccffcd11 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__ */ |