]> jfr.im git - solanum.git/blobdiff - modules/m_signon.c
modules: chase MsgBuf API change
[solanum.git] / modules / m_signon.c
index f2d25aeb51cb0e94042207845deed22b38856c86..8a1cef3e3681c448a826d8024c4986cfa9a4ad77 100644 (file)
@@ -51,8 +51,8 @@
 #include "match.h"
 #include "s_user.h"
 
-static int me_svslogin(struct Client *, struct Client *, int, const char **);
-static int ms_signon(struct Client *, struct Client *, int, const char **);
+static int me_svslogin(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
+static int ms_signon(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 static void send_signon(struct Client *, struct Client *, const char *, const char *, const char *, unsigned int, const char *);
 
@@ -114,7 +114,7 @@ clean_host(const char *host)
 }
 
 static int
-me_svslogin(struct Client *client_p, struct Client *source_p,
+me_svslogin(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p,
        int parc, const char *parv[])
 {
        struct Client *target_p, *exist_p;
@@ -244,7 +244,7 @@ me_svslogin(struct Client *client_p, struct Client *source_p,
 }
 
 static int
-ms_signon(struct Client *client_p, struct Client *source_p,
+ms_signon(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p,
        int parc, const char *parv[])
 {
        struct Client *target_p;