comparison 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
comparison
equal deleted inserted replaced
30155:bb615a2542d6 30156:4aa17d7c4e0a
822 /** 822 /**
823 * Returns the address family of a socket. 823 * Returns the address family of a socket.
824 * 824 *
825 * @param fd The socket file descriptor. 825 * @param fd The socket file descriptor.
826 * 826 *
827 * @return The address family of the socket (AF_INET, AF_INET6, etc) 827 * @return The address family of the socket (AF_INET, AF_INET6, etc) or -1
828 * on error.
828 * @since 2.7.0 829 * @since 2.7.0
829 */ 830 */
830 int purple_socket_get_family(int fd); 831 int purple_socket_get_family(int fd);
831 832
832 /** 833 /**