Changeset eabc9d2 for irc.h


Ignore:
Timestamp:
2010-04-11T22:49:32Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6c56f42
Parents:
d986463
Message:

Fixed cleanup issues when turning off an account. Also fixed syntax of
*_user_free().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    rd986463 reabc9d2  
    204204/* irc_user.c */
    205205irc_user_t *irc_user_new( irc_t *irc, const char *nick );
    206 int irc_user_free( irc_t *irc, const char *nick );
     206int irc_user_free( irc_t *irc, irc_user_t *iu );
    207207irc_user_t *irc_user_by_name( irc_t *irc, const char *nick );
    208208int irc_user_set_nick( irc_user_t *iu, const char *new );
Note: See TracChangeset for help on using the changeset viewer.