diff options
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 |