diff options
Diffstat (limited to 'include/xine')
| -rw-r--r-- | include/xine/xine_internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/xine/xine_internal.h b/include/xine/xine_internal.h index 9a1ef699c..ea0f0074a 100644 --- a/include/xine/xine_internal.h +++ b/include/xine/xine_internal.h @@ -109,6 +109,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 */ |
