summaryrefslogtreecommitdiff
path: root/vchat.h
diff options
context:
space:
mode:
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;