diff libpurple/util.h @ 30156: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 35a1cf247168
children 06fa97f637a7 73b005a20d06
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);