From 3ecb7cbe6d68202d3c06d7d77e43cb73fba5dc4f Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Mon, 17 Oct 2005 09:28:35 +0000 Subject: [PATCH] gst/gstvalue.h: Fix prototypes. Original commit message from CVS: 2005-10-17 Julien MOUTTE * gst/gstvalue.h: Fix prototypes. --- ChangeLog | 4 ++++ common | 2 +- gst/gstvalue.h | 16 ++++++++-------- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index b68d5b3..20cf5d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-17 Julien MOUTTE + + * gst/gstvalue.h: Fix prototypes. + 2005-10-16 Thomas Vander Stichele * docs/gst/gstreamer-sections.txt: diff --git a/common b/common index e3944a4..3a9d355 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e3944a4eec91af24489896ba3674a16af37326ea +Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14 diff --git a/gst/gstvalue.h b/gst/gstvalue.h index a4a2573..ebbfaad 100644 --- a/gst/gstvalue.h +++ b/gst/gstvalue.h @@ -295,14 +295,14 @@ struct _GstValueTable { void *_gst_reserved [GST_PADDING]; }; -GType gst_int_range_get_type (); -GType gst_double_range_get_type (); -GType gst_fourcc_get_type (); -GType gst_fraction_get_type (); -GType gst_value_list_get_type (); -GType gst_value_array_get_type (); - -GType gst_date_get_type (); +GType gst_int_range_get_type (void); +GType gst_double_range_get_type (void); +GType gst_fourcc_get_type (void); +GType gst_fraction_get_type (void); +GType gst_value_list_get_type (void); +GType gst_value_array_get_type (void); + +GType gst_date_get_type (void); void gst_value_register (const GstValueTable *table); void gst_value_init_and_copy (GValue *dest, -- 2.7.4