summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-09-21 11:58:40 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-09-21 11:58:40 +0000
commitf80cfbccb99f3bb3dec7d69756303cd80726dbba (patch)
tree06c4be50cdb779291648a827bd54ee02adcdab2c /include
parentd16fe11ba9a27ba79f8ca16a2a348fcad21c94ea (diff)
downloadxine-lib-f80cfbccb99f3bb3dec7d69756303cd80726dbba.tar.gz
xine-lib-f80cfbccb99f3bb3dec7d69756303cd80726dbba.tar.bz2
Add forgotten xine_get_string_version() to public header.
CVS patchset: 2727 CVS date: 2002/09/21 11:58:40
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index a9fb0aaf5..a440957a8 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.16 2002/09/18 00:51:33 guenter Exp $
+ * $Id: xine.h.in,v 1.17 2002/09/21 11:58:40 f1rmb Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -1012,7 +1012,7 @@ void xine_osd_get_palette (xine_osd_p self, const uint32_t *color,
*/
/* dynamic info from actually linked libxine */
-
+const char *xine_get_version_string(void);
void xine_get_version (int *major, int *minor, int *sub);
/* compare given version to libxine version,