Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • account.h

    r7b23afd rb7d3cc34  
    2929typedef struct account
    3030{
    31         struct prpl *prpl;
     31        int protocol;
    3232        char *user;
    3333        char *pass;
     
    4141} account_t;
    4242
    43 account_t *account_add( irc_t *irc, struct prpl *prpl, char *user, char *pass );
     43account_t *account_add( irc_t *irc, int protocol, char *user, char *pass );
    4444account_t *account_get( irc_t *irc, char *id );
    4545void account_del( irc_t *irc, account_t *acc );
Note: See TracChangeset for help on using the changeset viewer.