diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-06-07 23:41:17 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-06-07 23:41:17 +0100 |
commit | bb5ce5686638a490d21884c0d0abb7d9ced68a29 (patch) | |
tree | 5c44de1bf4653b92ca6d2750175e3ac9cc34c7a5 /protocols/account.h | |
parent | aa88e500329f2d9bbdb4915c6d46e7078353a879 (diff) |
s/ACC_SET_NOSAVE/SET_NOSAVE/.
Diffstat (limited to 'protocols/account.h')
-rw-r--r-- | protocols/account.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/account.h b/protocols/account.h index a39be2e2..ddc2b3e7 100644 --- a/protocols/account.h +++ b/protocols/account.h @@ -60,7 +60,6 @@ int account_reconnect_delay( account_t *a ); typedef enum { - ACC_SET_NOSAVE = 0x01, /* Don't save this setting (i.e. stored elsewhere). */ ACC_SET_OFFLINE_ONLY = 0x02, /* Allow changes only if the acct is offline. */ ACC_SET_ONLINE_ONLY = 0x04, /* Allow changes only if the acct is online. */ } account_set_flag_t; |