summaryrefslogtreecommitdiff
path: root/gst/gdp/gstgdppay.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-11 13:32:14 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-09-11 01:54:33 +0100
commit383c43abe5cac147d416f2116f1eae43bf0b452a (patch)
tree8bfe91b7b6154d2366aff70ca2f8abcc8aa926bd /gst/gdp/gstgdppay.h
parent925150953da6a9bc383940528fd4a6769a53b62d (diff)
downloadgstreamer-plugins-bad-383c43abe5cac147d416f2116f1eae43bf0b452a.tar.gz
Add -Wmissing-declarations -Wmissing-prototypes to warning flags
Includes all the fixes necessary to make stuff compile again.
Diffstat (limited to 'gst/gdp/gstgdppay.h')
-rw-r--r--gst/gdp/gstgdppay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gdp/gstgdppay.h b/gst/gdp/gstgdppay.h
index 0cc360eb1..3e280b560 100644
--- a/gst/gdp/gstgdppay.h
+++ b/gst/gdp/gstgdppay.h
@@ -74,6 +74,8 @@ struct _GstGDPPayClass
gboolean gst_gdp_pay_plugin_init (GstPlugin * plugin);
+GType gst_gdp_pay_get_type (void);
+
G_END_DECLS
#endif /* __GST_GDP_PAY_H__ */