diff options
author | ulim <a.sporto+bee@gmail.com> | 2008-08-10 12:42:52 +0200 |
---|---|---|
committer | ulim <a.sporto+bee@gmail.com> | 2008-08-10 12:42:52 +0200 |
commit | 87f525e0469f80aea715692ea74ebccbe688ae45 (patch) | |
tree | 395bda41309884b9119c358f8c48f5a8163c2594 /account.h | |
parent | 8661caad555f4306cf36ee37979a7637b05d5cd4 (diff) | |
parent | a8305126a38eb977c51046dd4ec3ac258a20a98f (diff) |
Merged in upstream r416 which includes my msn_write_msg patch. w00t! ;)
Diffstat (limited to 'account.h')
-rw-r--r-- | account.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,7 @@ typedef struct account char *server; int auto_connect; + int auto_reconnect_delay; int reconnect; set_t *set; @@ -51,6 +52,8 @@ void account_on( irc_t *irc, account_t *a ); void account_off( irc_t *irc, account_t *a ); char *set_eval_account( set_t *set, char *value ); +char *set_eval_account_reconnect_delay( set_t *set, char *value ); +int account_reconnect_delay( account_t *a ); #define ACC_SET_NOSAVE 1 #define ACC_SET_OFFLINE_ONLY 2 |