Changeset c608891 for nick.h


Ignore:
Timestamp:
2013-04-23T16:20:06Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5cb9461
Parents:
e277e80
Message:

Simple (and possibly still fragile) support for UTF-8 nicknames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nick.h

    re277e80 rc608891  
    3333
    3434void nick_strip( irc_t *irc, char *nick );
    35 int nick_ok( irc_t *irc, const char *nick );
     35gboolean nick_ok( irc_t *irc, const char *nick );
    3636int nick_lc( irc_t *irc, char *nick );
    3737int nick_uc( irc_t *irc, char *nick );
Note: See TracChangeset for help on using the changeset viewer.