~vcs-imports/irssi/old-svn

« back to all changes in this revision

Viewing changes to src/irc/core/irc-nicklist.c

  • Committer: ahf
  • Date: 2011-11-21 21:28:28 UTC
  • Revision ID: svn-v4:dbcabf3a-b0e7-0310-adc4-f8d773084564:irssi/trunk:5210
Fix warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
/* Add new nick to list */
33
33
NICK_REC *irc_nicklist_insert(IRC_CHANNEL_REC *channel, const char *nick,
34
34
                              int op, int halfop, int voice, int send_massjoin,
35
 
                              char *prefixes)
 
35
                              const char *prefixes)
36
36
{
37
37
        NICK_REC *rec;
38
38