gst/gstversion.h.in: Protect header.

Original commit message from CVS:
* gst/gstversion.h.in:
Protect header.
This commit is contained in:
Ronald S. Bultje 2004-12-09 13:37:18 +00:00
parent 474d0415aa
commit de305e8e62
2 changed files with 9 additions and 0 deletions

View file

@ -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:

View 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__ */