From 1c04bbfea700a8a38719e9a30dd47b37bf609a3d Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 17 May 2022 16:12:46 +0200 Subject: Get rid of some warnings --- vchat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat.h') 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); /* helpers for vchat-user.c */ void ownjoin (int channel); void ownleave (int channel); -void ownnickchange (char *newnick); +void ownnickchange (const char *newnick); /* vchat-commands.c */ extern const char *vchat_cm_version; -- cgit v1.2.3