Update of /cvsroot/xine/xine-lib/include
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14870/include

Modified Files:
        xine.h.in 
Log Message:
Revert the const mark on xine_config_register_enum, as that breaks C++ 
frontends (like Kaffeine). Thanks to Christoph Pfister for reporting. This 
change introduces a few warnings of incompatible pointers internally in 
configfile.c. These are non-fatal (in C) and they just tell the compiler to 
handle more stuff as const internally without changing the function interface.

Index: xine.h.in
===================================================================
RCS file: /cvsroot/xine/xine-lib/include/xine.h.in,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- xine.h.in   20 Feb 2007 00:43:06 -0000      1.166
+++ xine.h.in   22 Feb 2007 15:49:16 -0000      1.167
@@ -1488,7 +1488,7 @@
 int   xine_config_register_enum   (xine_t *self,
                                   const char *key,
                                   int def_value,
-                                  const char **values,
+                                  char **values,
                                   const char *description,
                                   const char *help,
                                   int   exp_level,


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to