From bdb5e02835c2dd4120c0b189c2ac7c7ab88f82e1 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 Apr 2013 20:47:21 +0000 Subject: - Constification git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1857 82007160-df01-0410-b94d-b575c5fd34c7 --- include/whowas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/whowas.h') diff --git a/include/whowas.h b/include/whowas.h index 3f23ec5..561192c 100644 --- a/include/whowas.h +++ b/include/whowas.h @@ -55,7 +55,7 @@ extern void whowas_init(void); ** usually called before changing to a new name (nick). ** Client must be a fully registered user. */ -extern void add_history(struct Client *, int); +extern void add_history(struct Client *, const int); /* ** off_history -- cgit