Changeset bf02a67 for nick.c


Ignore:
Timestamp:
2005-12-15T11:55:27Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
15832cc, bd69a21
Parents:
11e090b (diff), 547f937 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged Jelmer's pluginable tree (mainly useful for the Win32 port).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nick.c

    r11e090b rbf02a67  
    2727#include "bitlbee.h"
    2828
    29 void nick_set( irc_t *irc, const char *handle, int proto, const char *nick )
     29void nick_set( irc_t *irc, const char *handle, struct prpl *proto, const char *nick )
    3030{
    3131        nick_t *m = NULL, *n = irc->nicks;
     
    5656}
    5757
    58 char *nick_get( irc_t *irc, const char *handle, int proto, const char *realname )
     58char *nick_get( irc_t *irc, const char *handle, struct prpl *proto, const char *realname )
    5959{
    6060        static char nick[MAX_NICK_LENGTH+1];
Note: See TracChangeset for help on using the changeset viewer.