diff options
Diffstat (limited to 'vchat.h')
-rwxr-xr-x | vchat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ void protocol_parsemsg (char *message); | |||
147 | /* helpers for vchat-user.c */ | 147 | /* helpers for vchat-user.c */ |
148 | void ownjoin (int channel); | 148 | void ownjoin (int channel); |
149 | void ownleave (int channel); | 149 | void ownleave (int channel); |
150 | void ownnickchange (char *newnick); | 150 | void ownnickchange (const char *newnick); |
151 | 151 | ||
152 | /* vchat-commands.c */ | 152 | /* vchat-commands.c */ |
153 | extern const char *vchat_cm_version; | 153 | extern const char *vchat_cm_version; |