X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/b90b52aed59ca92b957c0c27b16f223f11671ec3..440cd7e63ac2b059ea1a467a2e4e2244faf92cb3:/localuser/localuserchannel.h diff --git a/localuser/localuserchannel.h b/localuser/localuserchannel.h index 5f450ee9..14d53437 100644 --- a/localuser/localuserchannel.h +++ b/localuser/localuserchannel.h @@ -41,7 +41,7 @@ void localkickuser(nick *np, channel *cp, nick *target, const char *message); void localusermodechange(nick *np, channel *cp, char *modes); void sendmessagetochannel(nick *source, channel *cp, char *format, ... ) __attribute__ ((format (printf, 3, 4))); void sendopnoticetochannel(nick *source, channel *cp, char *format, ... ) __attribute__ ((format (printf, 3, 4))); -void localinvite(nick *source, channel *cp, nick *target); +void localinvite(nick *source, chanindex *cip, nick *target); void localsetmodeinit (modechanges *changes, channel *cp, nick *np); void localdosetmode_nick (modechanges *changes, nick *target, short modes);