summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-10-22 16:49:26 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-10-22 16:49:26 +0000
commit328d98a87cfebb91d035f86378382fb29d8b32a3 (patch)
tree6fb118b8a14576e18a77d90bb62fd730985d6df4
parentf078f430b197e28d9a963ebe4b2d3e97942bef1a (diff)
downloadxine-lib-328d98a87cfebb91d035f86378382fb29d8b32a3.tar.gz
xine-lib-328d98a87cfebb91d035f86378382fb29d8b32a3.tar.bz2
deprecate str_sticky
CVS patchset: 5569 CVS date: 2003/10/22 16:49:26
-rw-r--r--include/xine.h.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index abc78d81f..8a0ec2e31 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -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: xine.h.in,v 1.98 2003/10/12 19:15:41 mroi Exp $
+ * $Id: xine.h.in,v 1.99 2003/10/22 16:49:26 mroi Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -1150,7 +1150,11 @@ struct xine_cfg_entry_s {
/* type string */
char *str_value;
char *str_default;
+#ifndef XINE_DISABLE_DEPRECATED_FEATURES
char *str_sticky;
+#else
+ void *dummy;
+#endif
/* common to range, enum, num, bool: */
int num_value;