Mercurial > pidgin
changeset 29704:9843473de5c4
Strip trailing whitespace
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 12 Apr 2010 00:21:46 +0000 |
parents | 9f298b02e0d8 |
children | 1963a39c0ad1 |
files | libpurple/network.h |
diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/network.h Sun Apr 11 10:02:02 2010 +0000 +++ b/libpurple/network.h Mon Apr 12 00:21:46 2010 +0000 @@ -236,15 +236,15 @@ */ void *purple_network_get_handle(void); -/** +/** * Update the STUN server IP given the host name * Will result in a DNS query being executed asynchronous - * + * * @param stun_server The host name of the STUN server to set * @since 2.6.0 */ void purple_network_set_stun_server(const gchar *stun_server); - + /** * Get the IP address of the STUN server as a string representation * @@ -252,16 +252,16 @@ * @since 2.6.0 */ const gchar *purple_network_get_stun_ip(void); - -/** + +/** * Update the TURN server IP given the host name * Will result in a DNS query being executed asynchronous - * + * * @param turn_server The host name of the TURN server to set * @since 2.6.0 */ void purple_network_set_turn_server(const gchar *turn_server); - + /** * Get the IP address of the TURN server as a string representation * @@ -269,14 +269,14 @@ * @since 2.6.0 */ const gchar *purple_network_get_turn_ip(void); - + /** * Remove a port mapping (UPnP or NAT-PMP) associated with listening socket * * @param fd Socket to remove the port mapping for * @since 2.6.0 */ -void purple_network_remove_port_mapping(gint fd); +void purple_network_remove_port_mapping(gint fd); /** * Convert a UTF-8 domain name to ASCII in accordance with the IDNA