gdp: wrap header in _NEW

Original commit message from CVS:
wrap header in _NEW
This commit is contained in:
Thomas Vander Stichele 2004-05-24 16:38:15 +00:00 committed by Tim-Philipp Müller
parent 8a1f20c5c5
commit 2070420420

View file

@ -20,6 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
#ifdef GST_ENABLE_NEW
#ifndef __GST_DATA_PROTOCOL_H__
#define __GST_DATA_PROTOCOL_H__
@ -98,3 +99,4 @@ gboolean gst_dp_validate_packet (guint header_length,
G_END_DECLS
#endif /* __GST_DATA_PROTOCOL_H__ */
#endif /* GST_ENABLE_NEW */