# HG changeset patch # User Mark Doliner # Date 1271031706 0 # Node ID 9843473de5c494892e34719f182f4af6a71195af # Parent 9f298b02e0d831a37b00466b0bb33dc05c106550 Strip trailing whitespace diff -r 9f298b02e0d8 -r 9843473de5c4 libpurple/network.h --- 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