Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/account.h

    r1783ab6 r0e788f5  
    5959int account_reconnect_delay( account_t *a );
    6060
    61 int protocol_account_islocal( const char* protocol );
    62 
    6361typedef enum
    6462{
     63        ACC_SET_NOSAVE = 0x01,          /* Don't save this setting (i.e. stored elsewhere). */
    6564        ACC_SET_OFFLINE_ONLY = 0x02,    /* Allow changes only if the acct is offline. */
    6665        ACC_SET_ONLINE_ONLY = 0x04,     /* Allow changes only if the acct is online. */
     
    7271        ACC_FLAG_STATUS_MESSAGE = 0x02, /* Supports status messages (without being away). */
    7372        ACC_FLAG_HANDLE_DOMAINS = 0x04, /* Contact handles need a domain portion. */
    74         ACC_FLAG_LOCAL = 0x08,          /* Contact list is local. */
    7573} account_flag_t;
    7674
Note: See TracChangeset for help on using the changeset viewer.