comparison src/connection.h @ 6393:74ca311ceb2a

[gaim-migrate @ 6898] This manages to not make jabber (and maybe others) not crash on connection errors and stuff. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 06 Aug 2003 14:33:58 +0000
parents 0922bb7a7bbc
children ff4551719cc7
comparison
equal deleted inserted replaced
6392:e9974608b319 6393:74ca311ceb2a
81 81
82 int evil; /**< Warning level for AIM (why is 82 int evil; /**< Warning level for AIM (why is
83 this here?) */ 83 this here?) */
84 84
85 gboolean wants_to_die; /**< Wants to Die state. */ 85 gboolean wants_to_die; /**< Wants to Die state. */
86 guint disconnect_timeout; /**< Timer used for nasty stack tricks */
86 }; 87 };
87 88
88 #ifdef __cplusplus 89 #ifdef __cplusplus
89 extern "C" { 90 extern "C" {
90 #endif 91 #endif