- Timestamp:
- 2010-04-05T01:00:02Z (15 years ago)
- Branches:
- master
- Children:
- 1f92a58
- Parents:
- 0b5cc72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.h
r0b5cc72 r57c96f7 205 205 int irc_user_free( irc_t *irc, const char *nick ); 206 206 irc_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 );207 int irc_user_set_nick( irc_user_t *iu, const char *new ); 208 208 gint irc_user_cmp( gconstpointer a_, gconstpointer b_ ); 209 209
Note: See TracChangeset
for help on using the changeset viewer.