From da4e239c0d78a100c0c647d52bc334b676246717 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Sun, 30 Jan 2005 16:51:20 +0000 Subject: First part of the plugin loader changes - duplicate all strings, needed to allow plugin unloading - move duplicated code to functions This should not change anything to the behavior of the config system. CVS patchset: 7373 CVS date: 2005/01/30 16:51:20 --- src/xine-engine/configfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/xine-engine/configfile.h') diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h index a239ea24d..f1e7d8956 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.36 2004/12/12 22:01:31 mroi Exp $ + * $Id: configfile.h,v 1.37 2005/01/30 16:51:20 tmattern Exp $ * * config file management * @@ -77,8 +77,8 @@ struct cfg_entry_s { char **enum_values; /* help info for the user */ - const char *description; - const char *help; + char *description; + char *help; /* user experience level */ int exp_level; -- cgit v1.2.3