Mercurial > pidgin
changeset 15694:c463709294f8
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.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 24 Feb 2007 20:39:05 +0000 |
parents | cd02b303b81f |
children | 79808b1a237f |
files | libpurple/eventloop.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); /*@}*/