Ignore:
Timestamp:
2010-04-01T02:32:25Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d860a8d
Parents:
10a96f4
Message:

nogaim.c is close to doing something useful again without speaking any IRC
itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/account.h

    r10a96f4 r81e04e1  
    4242        GHashTable *nicks;
    4343       
    44         struct irc *irc;
     44        struct bee *bee;
    4545        struct im_connection *ic;
    4646        struct account *next;
    4747} account_t;
    4848
    49 account_t *account_add( irc_t *irc, struct prpl *prpl, char *user, char *pass );
    50 account_t *account_get( irc_t *irc, char *id );
    51 void account_del( irc_t *irc, account_t *acc );
    52 void account_on( irc_t *irc, account_t *a );
    53 void account_off( irc_t *irc, account_t *a );
     49account_t *account_add( bee_t *bee, struct prpl *prpl, char *user, char *pass );
     50account_t *account_get( bee_t *bee, char *id );
     51void account_del( bee_t *bee, account_t *acc );
     52void account_on( bee_t *bee, account_t *a );
     53void account_off( bee_t *bee, account_t *a );
    5454
    5555char *set_eval_account( set_t *set, char *value );
Note: See TracChangeset for help on using the changeset viewer.