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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h
index e21b08db0..4622f87fe 100644
--- a/src/xine-engine/configfile.h
+++ b/src/xine-engine/configfile.h
@@ -38,11 +38,11 @@ extern "C" {
#define CONFIG_FILE_VERSION 2
/*
- * config entries above this experience
+ * config entries above this experience
* level must never be changed from MRL
*/
#define XINE_CONFIG_SECURITY 30
-
+
typedef struct cfg_entry_s cfg_entry_t;
typedef struct config_values_s config_values_t;
@@ -190,7 +190,7 @@ struct config_values_s {
* mutex for modification to the config
*/
pthread_mutex_t config_lock;
-
+
/*
* current config file's version number
*/
@@ -200,7 +200,7 @@ struct config_values_s {
/*
* allocate and init a new xine config object
*/
-config_values_t *_x_config_init (void) XINE_PROTECTED;
+config_values_t *_x_config_init (void) XINE_MALLOC XINE_PROTECTED;
/*
* interpret stream_setup part of mrls for config value changes