Mercurial > pidgin
changeset 29744:4aa17d7c4e0a
Oops, I forgot to save this before committing.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 17 Apr 2010 01:33:19 +0000 |
parents | bb615a2542d6 |
children | 37be7bc87ab2 2b294edceaed |
files | libpurple/util.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/util.h Sat Apr 17 01:31:13 2010 +0000 +++ b/libpurple/util.h Sat Apr 17 01:33:19 2010 +0000 @@ -824,7 +824,8 @@ * * @param fd The socket file descriptor. * - * @return The address family of the socket (AF_INET, AF_INET6, etc) + * @return The address family of the socket (AF_INET, AF_INET6, etc) or -1 + * on error. * @since 2.7.0 */ int purple_socket_get_family(int fd);