diff src/connection.h @ 10745:ca69d597a5e2

[gaim-migrate @ 12347] Get rid of serv_close (I got rid of serv_login earlier today). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Mar 2005 01:59:39 +0000
parents 4228b6d78506
children c80a609bd747
line wrap: on
line diff
--- a/src/connection.h	Sun Mar 27 01:14:41 2005 +0000
+++ b/src/connection.h	Sun Mar 27 01:59:39 2005 +0000
@@ -86,7 +86,7 @@
 	void *proto_data;            /**< Protocol-specific data.            */
 
 	char *display_name;          /**< The name displayed.                */
-	guint keep_alive;            /**< Keep-alive.                        */
+	guint keepalive;             /**< Keep-alive.                        */
 
 	guint idle_timer;            /**< The idle timer.                    */
 	time_t login_time;           /**< Time of login.                     */