From 003fa4cf3780f7966f5522d159ea6eff0b07cd0f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 5 Nov 2019 01:11:29 -0500 Subject: Implement SASL EXTERNAL --- bounce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 33c1fee..42b8ed5 100644 --- a/bounce.h +++ b/bounce.h @@ -99,7 +99,7 @@ void clientConsume(struct Client *client); bool stateJoinNames; void stateLogin( - const char *pass, const char *auth, + const char *pass, bool sasl, const char *plain, const char *nick, const char *user, const char *real ); bool stateReady(void); -- cgit 1.4.1