Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.h

    r7b23afd r0da65d5  
    3434        char *server;
    3535       
     36        int auto_connect;
    3637        int reconnect;
    3738       
     39        set_t *set;
     40        GHashTable *nicks;
     41       
    3842        struct irc *irc;
    39         struct gaim_connection *gc;
     43        struct im_connection *ic;
    4044        struct account *next;
    4145} account_t;
     
    4751void account_off( irc_t *irc, account_t *a );
    4852
     53char *set_eval_account( set_t *set, char *value );
     54
     55#define ACC_SET_NOSAVE          1
     56#define ACC_SET_OFFLINE_ONLY    2
     57#define ACC_SET_ONLINE_ONLY     4
     58
    4959#endif
Note: See TracChangeset for help on using the changeset viewer.