errno is a global thingy, and using it in this header seems to make

Sat, 24 Feb 2007 20:39:05 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sat, 24 Feb 2007 20:39:05 +0000
changeset 15756
31f0da3b2c52
parent 15755
ab33ab6b08ae
child 15757
15fcaf346b89

errno is a global thingy, and using it in this header seems to make
the compiler think that errno isn't an int*. I dunno. The message
is a little wonky, but I guess it makes sense. Anyway, the header
matches the source now.

libpurple/eventloop.h file | annotate | diff | comparison | revisions
--- a/libpurple/eventloop.h	Sat Feb 24 20:25:07 2007 +0000
+++ b/libpurple/eventloop.h	Sat Feb 24 20:39:05 2007 +0000
@@ -143,7 +143,7 @@
  * @return 0 if there is no error; -1 if there is an error, in which case errno will be set.
  */
 int
-gaim_input_get_error(int fd, int *errno);
+gaim_input_get_error(int fd, int *error);
 
 
 /*@}*/

mercurial