summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2012-01-18 21:48:29 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2012-01-18 21:48:29 +0000
commit7c873b0529321eafb2968903dfcfd4258fcf6005 (patch)
tree63fea15b89aad68725988f3f3ef8aec0f80b3107 /src/xine-engine/xine_internal.h
parentc2ffae7ba0ec07f30e1887ff7ba4612c19e2dce4 (diff)
downloadxine-lib-7c873b0529321eafb2968903dfcfd4258fcf6005.tar.gz
xine-lib-7c873b0529321eafb2968903dfcfd4258fcf6005.tar.bz2
Hack to avoid xine-list-* causing catalog.cache to be written.
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r--src/xine-engine/xine_internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index 939876ebe..af8817ac5 100644
--- a/src/xine-engine/xine_internal.h
+++ b/src/xine-engine/xine_internal.h
@@ -123,6 +123,12 @@ struct xine_s {
#endif
};
+/* FIXME-ABI Some global flag bits */
+/* See xine_set_flags() */
+#ifdef XINE_ENGINE_INTERNAL
+extern int _x_flags XINE_PROTECTED;
+#endif
+
/*
* xine thread tickets
*/