summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2001-11-20 17:22:13 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2001-11-20 17:22:13 +0000
commitc89649dca4730570d316d1ec3c08c50d074d5c5d (patch)
tree9ab575c01486f13824635d39b24f0389437505ee /include
parent7123fe39ff2c42855c5d96039770bbc4b8ae1f75 (diff)
downloadxine-lib-c89649dca4730570d316d1ec3c08c50d074d5c5d.tar.gz
xine-lib-c89649dca4730570d316d1ec3c08c50d074d5c5d.tar.bz2
testing some configfile stuff...
CVS patchset: 1090 CVS date: 2001/11/20 17:22:13
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 0e271a5fd..cce3d680d 100644
--- a/include/xine.h.tmpl.in
+++ b/include/xine.h.tmpl.in
@@ -28,7 +28,7 @@
\endverbatim
*/
/*
- * $Id: xine.h.tmpl.in,v 1.55 2001/11/18 03:53:23 guenter Exp $
+ * $Id: xine.h.tmpl.in,v 1.56 2001/11/20 17:22:13 miguelfreitas Exp $
*
*/
@@ -485,11 +485,13 @@ typedef void xine_t;
typedef void ao_driver_t;
typedef struct cfg_entry_s cfg_entry_t;
+typedef struct config_values_s config_values_t;
typedef void (*config_cb_t) (void *, cfg_entry_t *);
struct cfg_entry_s {
cfg_entry_t *next;
-
+ config_values_t *config;
+
char *key;
int type;
@@ -532,7 +534,6 @@ struct cfg_entry_s {
#define CONFIG_TYPE_NUM 4
#define CONFIG_TYPE_BOOL 5
-typedef struct config_values_s config_values_t;
struct config_values_s {
/*