# HG changeset patch # User Paul Aurich # Date 1271467999 0 # Node ID 4aa17d7c4e0afb3111548f338bf6dc663a26c91a # Parent bb615a2542d6282c37cefbad0e5e378601100810 Oops, I forgot to save this before committing. diff -r bb615a2542d6 -r 4aa17d7c4e0a libpurple/util.h --- 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);