Changeset ebaebfe for irc.h


Ignore:
Timestamp:
2010-03-27T01:57:00Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4be8239
Parents:
3ddb7477
Message:

PING and QUIT work now, and adding some files that weren't checked in so
far.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r3ddb7477 rebaebfe  
    139139irc_user_t *irc_user_find( irc_t *irc, const char *nick );
    140140int irc_user_rename( irc_t *irc, const char *old, const char *new );
     141gint irc_user_cmp( gconstpointer a_, gconstpointer b_ );
    141142
    142143#endif
Note: See TracChangeset for help on using the changeset viewer.