Changeset 5100caa for account.h


Ignore:
Timestamp:
2006-07-01T15:52:05Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fef6116
Parents:
0a3c243
Message:

Added "account set" command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.h

    r0a3c243 r5100caa  
    3737        int reconnect;
    3838       
     39        set_t *set;
     40       
    3941        struct irc *irc;
    4042        struct gaim_connection *gc;
     
    4850void account_off( irc_t *irc, account_t *a );
    4951
     52#define ACC_SET_NOSAVE          1
     53#define ACC_SET_OFFLINE_ONLY    2
     54
    5055#endif
Note: See TracChangeset for help on using the changeset viewer.