From b1808fc42743bcb08bbbddc4210424bcd2efe925 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 17 Jun 2002 07:47:50 +0000 Subject: Add Siggi's idea about option config change on the fly. New "mrl style" opt:key=value. I hope i haven't introduced races here. CVS patchset: 2085 CVS date: 2002/06/17 07:47:50 --- src/xine-engine/configfile.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/configfile.h') diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h index 5f3608129..965f99bff 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.10 2002/04/27 23:00:40 cvogler Exp $ + * $Id: configfile.h,v 1.11 2002/06/17 07:47:50 f1rmb Exp $ * * config file management * @@ -190,6 +190,7 @@ struct config_values_s { * (if it exists) */ config_values_t *xine_config_file_init (char *filename); +int config_file_change_opt(config_values_t *config, char *opt); #ifdef __cplusplus } @@ -199,6 +200,10 @@ config_values_t *xine_config_file_init (char *filename); /* * $Log: configfile.h,v $ + * Revision 1.11 2002/06/17 07:47:50 f1rmb + * Add Siggi's idea about option config change on the fly. New "mrl style" + * opt:key=value. I hope i haven't introduced races here. + * * Revision 1.10 2002/04/27 23:00:40 cvogler * Add function to unregister configfile callback. * -- cgit v1.2.3