summaryrefslogtreecommitdiff
path: root/src/xine-engine/configfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/configfile.h')
-rw-r--r--src/xine-engine/configfile.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h
index e3e4cb0a1..c55cfdee5 100644
--- a/src/xine-engine/configfile.h
+++ b/src/xine-engine/configfile.h
@@ -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: configfile.h,v 1.25 2003/07/31 12:04:55 mroi Exp $
+ * $Id: configfile.h,v 1.26 2003/10/20 08:36:57 valtri Exp $
*
* config file management
*
@@ -41,6 +41,13 @@ extern "C" {
#define CONFIG_FILE_VERSION 1
+/*
+ * config entries above this experience
+ * level musn't be changed from MRL
+ */
+#define XINE_CONFIG_SECURITY 50
+
+
typedef struct cfg_entry_s cfg_entry_t;
typedef struct config_values_s config_values_t;