]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
gst/gstversion.h.in: Protect header.
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 9 Dec 2004 13:37:18 +0000 (13:37 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 9 Dec 2004 13:37:18 +0000 (13:37 +0000)
Original commit message from CVS:
* gst/gstversion.h.in:
Protect header.

ChangeLog
gst/gstversion.h.in

index 8ca77f0b44881ca91144458f27ff0418e8dfa109..139b4c85d75733189d15dd013a303fff3610e7b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
+       * gst/gstversion.h.in:
+         Protect header.
+
 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
        * gst/schedulers/gstoptimalscheduler.c:
index a708cca614b2ec1a0f3e824885e44b82805dc3f2..048a2c3892a1f572d53839a9734c25b036f3d7f8 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef __GST_VERSION_H__
 #define __GST_VERSION_H__
 
+G_BEGIN_DECLS
+
 /*
  * Use these only when you want to know what GStreamer version your stuff was
  * compiled against.
@@ -36,4 +38,6 @@
 
 void    gst_version     (guint *major, guint *minor, guint *micro);
 
+G_END_DECLS
+
 #endif /* __GST_VERSION_H__ */