summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2012-01-18 22:01:28 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2012-01-18 22:01:28 +0000
commita5d426c371ba02f6065a19dd9707cf248df245d5 (patch)
treecaba6c8ab97b69d3f0ca1ef10bee5448bcde5752
parent7c873b0529321eafb2968903dfcfd4258fcf6005 (diff)
downloadxine-lib-a5d426c371ba02f6065a19dd9707cf248df245d5.tar.gz
xine-lib-a5d426c371ba02f6065a19dd9707cf248df245d5.tar.bz2
And define/declare the new stuff...
-rw-r--r--include/xine.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 29d4da58c..422029754 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -134,6 +134,12 @@ int xine_check_version (int major, int minor, int sub) XINE_PROTECTED;
*/
xine_t *xine_new (void) XINE_PROTECTED;
+/* allow the setting of some flags before xine_init
+ * FIXME-ABI: this is currently GLOBAL
+ */
+void xine_set_flags (xine_t *, int) XINE_PROTECTED __attribute__((weak));
+#define XINE_FLAG_NO_WRITE_CACHE 1
+
/*
* post_init the xine engine
*/