From: Damien Lespiau Date: Tue, 8 Jan 2008 02:07:38 +0000 (+0000) Subject: gdp: Fix empty prototypes. Fixes bug #507957. X-Git-Tag: 1.19.3~511^2~7020^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecb301819606b1ee1d44a7ded55d77d32b7372e7;p=platform%2Fupstream%2Fgstreamer.git gdp: Fix empty prototypes. Fixes bug #507957. Original commit message from CVS: Patch by: Damien Lespiau * libs/gst/controller/gstcontroller.h: * libs/gst/controller/gstcontrolsource.h: * libs/gst/controller/gstinterpolationcontrolsource.h: * libs/gst/controller/gstlfocontrolsource.h: * libs/gst/dataprotocol/dataprotocol.h: Fix empty prototypes. Fixes bug #507957. --- diff --git a/gst/gdp/dataprotocol.h b/gst/gdp/dataprotocol.h index 4e90e2e..118df65 100644 --- a/gst/gdp/dataprotocol.h +++ b/gst/gdp/dataprotocol.h @@ -41,7 +41,7 @@ typedef enum { GST_DP_VERSION_1_0, } GstDPVersion; -GType gst_dp_version_get_type (); +GType gst_dp_version_get_type (void); #define GST_TYPE_DP_VERSION (gst_dp_version_get_type ()) /**