Changes in protocols/account.h [0e788f5:1783ab6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/account.h
r0e788f5 r1783ab6 59 59 int account_reconnect_delay( account_t *a ); 60 60 61 int protocol_account_islocal( const char* protocol ); 62 61 63 typedef enum 62 64 { 63 ACC_SET_NOSAVE = 0x01, /* Don't save this setting (i.e. stored elsewhere). */64 65 ACC_SET_OFFLINE_ONLY = 0x02, /* Allow changes only if the acct is offline. */ 65 66 ACC_SET_ONLINE_ONLY = 0x04, /* Allow changes only if the acct is online. */ … … 71 72 ACC_FLAG_STATUS_MESSAGE = 0x02, /* Supports status messages (without being away). */ 72 73 ACC_FLAG_HANDLE_DOMAINS = 0x04, /* Contact handles need a domain portion. */ 74 ACC_FLAG_LOCAL = 0x08, /* Contact list is local. */ 73 75 } account_flag_t; 74 76
Note: See TracChangeset
for help on using the changeset viewer.