diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-17 16:12:46 +0200 | 
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-17 16:12:46 +0200 | 
| commit | 1c04bbfea700a8a38719e9a30dd47b37bf609a3d (patch) | |
| tree | 79e814b2594ae8b388f821ef6696cc85d1e74cf6 /vchat.h | |
| parent | 34a4541114318a7eda1c96ed58f83cdcd2622207 (diff) | |
Get rid of some warnings
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; | 
