- Removed unused locking from the cothreads
[platform/upstream/gstreamer.git] / gst / gsttrace.h
index 2296384..d342e26 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <glib.h>
 
+G_BEGIN_DECLS
 
 typedef struct _GstTrace       GstTrace;
 typedef struct _GstTraceEntry  GstTraceEntry;
@@ -93,4 +94,6 @@ extern gint _gst_trace_on;
 
 #endif /* GST_DISABLE_TRACE */
 
+G_END_DECLS
+
 #endif /* __GST_TRACE_H__ */