comparison libpurple/network.h @ 31533:44f53d3fc54f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:42:45 +0000
parents 1cdae196aac8
children 75d20c9836c1
comparison
equal deleted inserted replaced
31532:8c6a1fa21f43 31533:44f53d3fc54f
161 * \copydoc purple_network_listen 161 * \copydoc purple_network_listen
162 * 162 *
163 * Libpurple does not currently do any port mapping (stateful firewall hole 163 * Libpurple does not currently do any port mapping (stateful firewall hole
164 * poking) for IPv6-only listeners (if an IPv6 socket supports v4-mapped 164 * poking) for IPv6-only listeners (if an IPv6 socket supports v4-mapped
165 * addresses, a mapping is done). 165 * addresses, a mapping is done).
166 * 166 *
167 * @param socket_family The protocol family of the socket. This should be 167 * @param socket_family The protocol family of the socket. This should be
168 * AF_INET for IPv4 or AF_INET6 for IPv6. IPv6 sockets 168 * AF_INET for IPv4 or AF_INET6 for IPv6. IPv6 sockets
169 * may or may not be able to accept IPv4 connections 169 * may or may not be able to accept IPv4 connections
170 * based on the system configuration (use 170 * based on the system configuration (use
171 * purple_socket_speaks_ipv4 to check). If an IPv6 171 * purple_socket_speaks_ipv4 to check). If an IPv6
212 unsigned short end, int socket_type, 212 unsigned short end, int socket_type,
213 PurpleNetworkListenCallback cb, gpointer cb_data); 213 PurpleNetworkListenCallback cb, gpointer cb_data);
214 214
215 /** 215 /**
216 * \copydoc purple_network_listen_range 216 * \copydoc purple_network_listen_range
217 * 217 *
218 * Libpurple does not currently do any port mapping (stateful firewall hole 218 * Libpurple does not currently do any port mapping (stateful firewall hole
219 * poking) for IPv6-only listeners (if an IPv6 socket supports v4-mapped 219 * poking) for IPv6-only listeners (if an IPv6 socket supports v4-mapped
220 * addresses, a mapping is done). 220 * addresses, a mapping is done).
221 * 221 *
222 * @param socket_family The protocol family of the socket. This should be 222 * @param socket_family The protocol family of the socket. This should be
223 * AF_INET for IPv4 or AF_INET6 for IPv6. IPv6 sockets 223 * AF_INET for IPv4 or AF_INET6 for IPv6. IPv6 sockets
224 * may or may not be able to accept IPv4 connections 224 * may or may not be able to accept IPv4 connections
225 * based on the system configuration (use 225 * based on the system configuration (use
226 * purple_socket_speaks_ipv4 to check). If an IPv6 226 * purple_socket_speaks_ipv4 to check). If an IPv6