X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/760bafdac31c91e7f86d40a29349e26623f49d8b..428ca87b01ad6c0487b424ce478f775cb7d94519:/modules/m_operspy.c diff --git a/modules/m_operspy.c b/modules/m_operspy.c index bb3ed328..2b1c5cfa 100644 --- a/modules/m_operspy.c +++ b/modules/m_operspy.c @@ -44,7 +44,7 @@ #include "modules.h" #include "logger.h" -static int ms_operspy(struct Client *client_p, struct Client *source_p, +static int ms_operspy(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]); struct Message operspy_msgtab = { @@ -61,7 +61,7 @@ DECLARE_MODULE_AV1(operspy, NULL, NULL, operspy_clist, NULL, NULL, "$Revision: 2 * parv[2] - optional params */ static int -ms_operspy(struct Client *client_p, struct Client *source_p, +ms_operspy(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]) { static char buffer[BUFSIZE];