Add -Wmissing-declarations -Wmissing-prototypes to configure flags

And fix all warnings
This commit is contained in:
Benjamin Otte 2010-03-21 21:39:18 +01:00
parent ecd6632f18
commit cd564af873

View file

@ -60,6 +60,8 @@ struct _GstRtpDTMFDepayClass
GstBaseRTPDepayloadClass parent_class;
};
GType gst_rtp_dtmf_depay_get_type (void);
gboolean gst_rtp_dtmf_depay_plugin_init (GstPlugin * plugin);
G_END_DECLS