Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/account.h

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