Changes in account.h [5b52a48:7b23afd]
Legend:
- Unmodified
- Added
- Removed
-
account.h
r5b52a48 r7b23afd 34 34 char *server; 35 35 36 int auto_connect;37 36 int reconnect; 38 39 set_t *set;40 GHashTable *nicks;41 37 42 38 struct irc *irc; … … 51 47 void account_off( irc_t *irc, account_t *a ); 52 48 53 char *set_eval_account( set_t *set, char *value );54 55 #define ACC_SET_NOSAVE 156 #define ACC_SET_OFFLINE_ONLY 257 #define ACC_SET_ONLINE_ONLY 458 59 49 #endif
Note: See TracChangeset
for help on using the changeset viewer.