diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-22 16:49:00 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-22 16:49:00 +0000 |
commit | f078f430b197e28d9a963ebe4b2d3e97942bef1a (patch) | |
tree | 57763e3a977c4c466c7b824c75f7a74ecc879c0c | |
parent | 12c17ce611ba1297ccd9af1b4fb00fc0946530b1 (diff) | |
download | xine-lib-f078f430b197e28d9a963ebe4b2d3e97942bef1a.tar.gz xine-lib-f078f430b197e28d9a963ebe4b2d3e97942bef1a.tar.bz2 |
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
-rw-r--r-- | src/xine-engine/configfile.h | 4 |
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: */ |