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