From a55903293807526675626324d385452450a726fb Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Wed, 6 Apr 2016 07:28:30 -0500 Subject: [PATCH] Partially update a comment --- include/msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/msg.h b/include/msg.h index 3709163a..9035b366 100644 --- a/include/msg.h +++ b/include/msg.h @@ -85,7 +85,7 @@ extern void m_unregistered(struct MsgBuf *, struct Client *, struct Client *, in /* * m_functions execute protocol messages on this server: - * void m_func(struct Client* client_p, struct Client* source_p, int parc, char* parv[]); + * void m_func(struct MsgBuf *, struct Client* client_p, struct Client* source_p, int parc, char* parv[]); * * client_p is always NON-NULL, pointing to a *LOCAL* client * structure (with an open socket connected!). This