Changeset 57c96f7 for irc.h


Ignore:
Timestamp:
2010-04-05T01:00:02Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1f92a58
Parents:
0b5cc72
Message:

Restored the rename command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r0b5cc72 r57c96f7  
    205205int irc_user_free( irc_t *irc, const char *nick );
    206206irc_user_t *irc_user_by_name( irc_t *irc, const char *nick );
    207 int irc_user_set_nick( irc_t *irc, const char *old, const char *new );
     207int irc_user_set_nick( irc_user_t *iu, const char *new );
    208208gint irc_user_cmp( gconstpointer a_, gconstpointer b_ );
    209209
Note: See TracChangeset for help on using the changeset viewer.