gdp: private prototype
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 19 May 2004 16:59:39 +0000 (16:59 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:36 +0000 (01:54 +0100)
Original commit message from CVS:
private prototype

gst/gdp/dp-private.h

index be19ab5..d253789 100644 (file)
@@ -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