Update of /cvsroot/xine/xine-lib/include
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25822/include
Modified Files:
xine.h.in
Log Message:
Fix warning about incompatible pointer type.
Index: xine.h.in
===================================================================
RCS file: /cvsroot/xine/xine-lib/include/xine.h.in,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- xine.h.in 15 Feb 2007 15:19:33 -0000 1.164
+++ xine.h.in 19 Feb 2007 23:20:19 -0000 1.165
@@ -805,7 +805,7 @@
#endif
/* get log messages of specified section */
-const char *const *xine_get_log (xine_t *self, int buf) XINE_PROTECTED;
+char *const *xine_get_log (xine_t *self, int buf) XINE_PROTECTED;
/* log callback will be called whenever something is logged */
typedef void (*xine_log_cb_t) (void *user_data, int section);
-------------------------------------------------------------------------
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