diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-24 20:47:21 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-24 20:47:21 +0000 |
commit | bdb5e02835c2dd4120c0b189c2ac7c7ab88f82e1 (patch) | |
tree | 8c11f10c2734a495b8dab5c2274aa1eba5b81208 /include/whowas.h | |
parent | b552f5f5b2d35b7a1b331c4a890f7f754193a92c (diff) |
- Constification
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1857 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include/whowas.h')
-rw-r--r-- | include/whowas.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |