From 889f9e1464ba61fecc8bc6c1471ee5a694ef5c81 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 19 May 2004 16:59:39 +0000 Subject: [PATCH] gdp: private prototype Original commit message from CVS: private prototype --- gst/gdp/dp-private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gdp/dp-private.h b/gst/gdp/dp-private.h index be19ab5..d253789 100644 --- a/gst/gdp/dp-private.h +++ b/gst/gdp/dp-private.h @@ -48,6 +48,7 @@ G_BEGIN_DECLS #define GST_DP_HEADER_CRC_HEADER(x) GST_DP_GUINT16 (x + 56) #define GST_DP_HEADER_CRC_PAYLOAD(x) GST_DP_GUINT16 (x + 58) +void gst_dp_init (void); void gst_dp_dump_byte_array (guint8 *array, guint length); G_END_DECLS -- 2.7.4