diff options
| author | June McEnroe <june@causal.agency> | 2019-11-05 01:11:29 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2019-11-05 01:11:29 -0500 |
| commit | 003fa4cf3780f7966f5522d159ea6eff0b07cd0f (patch) | |
| tree | 6a2633ed9d50854bcd5c53874dda9936508944ae /bounce.h | |
| parent | Add options for TLS client certificate (diff) | |
| download | pounce-003fa4cf3780f7966f5522d159ea6eff0b07cd0f.tar.gz pounce-003fa4cf3780f7966f5522d159ea6eff0b07cd0f.zip | |
Implement SASL EXTERNAL
Diffstat (limited to 'bounce.h')
| -rw-r--r-- | bounce.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |