]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_mode.c
start making this compile
[irc/rqf/shadowircd.git] / modules / core / m_mode.c
index 4867e4498e567efe4e35a3b13d3a0aa7fc1c75c5..17f9deb139d21466b866f5a11f0061d597fbf25f 100644 (file)
@@ -214,7 +214,7 @@ ms_bmask(struct Client *client_p, struct Client *source_p, int parc, const char
        static char modebuf[BUFSIZE];
        static char parabuf[BUFSIZE];
        struct Channel *chptr;
-       dlink_list *banlist;
+       rb_dlink_list *banlist;
        const char *s;
        char *t;
        char *mbuf;