comparison libpurple/eventloop.h @ 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 7639029f1bf4
children 32c366eeeb99
comparison
equal deleted inserted replaced
15693:cd02b303b81f 15694:c463709294f8
141 * @param errno A pointer to an int which on return will have the error, or 0 if no error. 141 * @param errno A pointer to an int which on return will have the error, or 0 if no error.
142 * 142 *
143 * @return 0 if there is no error; -1 if there is an error, in which case errno will be set. 143 * @return 0 if there is no error; -1 if there is an error, in which case errno will be set.
144 */ 144 */
145 int 145 int
146 gaim_input_get_error(int fd, int *errno); 146 gaim_input_get_error(int fd, int *error);
147 147
148 148
149 /*@}*/ 149 /*@}*/
150 150
151 151