summaryrefslogtreecommitdiff
path: root/src/motd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/motd.c')
-rw-r--r--src/motd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/motd.c b/src/motd.c
index 02c01ed..5b80a08 100644
--- a/src/motd.c
+++ b/src/motd.c
@@ -224,7 +224,7 @@ motd_destroy(struct Motd *motd)
* \return Pointer to first matching MOTD for the client.
*/
static struct Motd *
-motd_lookup(struct Client *client_p)
+motd_lookup(const struct Client *client_p)
{
dlink_node *ptr = NULL;
const struct ClassItem *class = NULL;