From f078f430b197e28d9a963ebe4b2d3e97942bef1a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 22 Oct 2003 16:49:00 +0000 Subject: Daniel, I hope you don't mind that I readd a placeholder for str_sticky, otherwise we would have to increase all plugin API versions. We can remove it again on the structure cleanup scheduled for rc6. CVS patchset: 5568 CVS date: 2003/10/22 16:49:00 --- src/xine-engine/configfile.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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: */ -- cgit v1.2.3