summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2022-05-17 16:12:46 +0200
committerDirk Engling <erdgeist@erdgeist.org>2022-05-17 16:12:46 +0200
commit1c04bbfea700a8a38719e9a30dd47b37bf609a3d (patch)
tree79e814b2594ae8b388f821ef6696cc85d1e74cf6 /vchat.h
parent34a4541114318a7eda1c96ed58f83cdcd2622207 (diff)
Get rid of some warnings
Diffstat (limited to 'vchat.h')
-rwxr-xr-xvchat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat.h b/vchat.h
index 0045127..c6077a6 100755
--- a/vchat.h
+++ b/vchat.h
@@ -147,7 +147,7 @@ void protocol_parsemsg (char *message);
147/* helpers for vchat-user.c */ 147/* helpers for vchat-user.c */
148void ownjoin (int channel); 148void ownjoin (int channel);
149void ownleave (int channel); 149void ownleave (int channel);
150void ownnickchange (char *newnick); 150void ownnickchange (const char *newnick);
151 151
152/* vchat-commands.c */ 152/* vchat-commands.c */
153extern const char *vchat_cm_version; 153extern const char *vchat_cm_version;