summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/configfile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h
index 5521118c3..836a28c71 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.28 2003/10/21 22:10:34 f1rmb Exp $
+ * $Id: configfile.h,v 1.29 2003/10/22 16:49:00 mroi Exp $
*
* config file management
*
@@ -64,6 +64,8 @@ struct cfg_entry_s {
/* type string */
char *str_value;
char *str_default;
+ /* FIXME: remove this member on the next sturcture cleanup */
+ void *dummy;
/* common to range, enum, num, bool: */