aboutsummaryrefslogtreecommitdiffstats
path: root/account.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-07-02 11:49:31 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-07-02 11:49:31 +0200
commit96863f65118767e968469e82ba6b02006e36b81c (patch)
treed567f230a3629d3c9ff4cfa721a3d4d7072e306b /account.h
parentfef6116e89bb0651c72454effbb51e04e9e1b8dc (diff)
Added protocol-specific settings, made the server setting specific to only
OSCAR and Jabber.
Diffstat (limited to 'account.h')
-rw-r--r--account.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/account.h b/account.h
index 9fed399e..adb63f9e 100644
--- a/account.h
+++ b/account.h
@@ -49,6 +49,8 @@ void account_del( irc_t *irc, account_t *acc );
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 );
+
#define ACC_SET_NOSAVE 1
#define ACC_SET_OFFLINE_ONLY 2