From c89649dca4730570d316d1ec3c08c50d074d5c5d Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 20 Nov 2001 17:22:13 +0000 Subject: testing some configfile stuff... CVS patchset: 1090 CVS date: 2001/11/20 17:22:13 --- include/xine.h.tmpl.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include') 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 { /* -- cgit v1.2.3