From 8cf57c9ac359a4811b2b0aa5ebbc9c97817e0da1 Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Tue, 2 Sep 2025 21:23:48 +0200 Subject: add documentation and missing parameter to auth --- lib/src/main/kotlin/Connection.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src/main/kotlin/Connection.kt') diff --git a/lib/src/main/kotlin/Connection.kt b/lib/src/main/kotlin/Connection.kt index 871f5be..5557215 100644 --- a/lib/src/main/kotlin/Connection.kt +++ b/lib/src/main/kotlin/Connection.kt @@ -100,7 +100,7 @@ class Connection(transLay: TransportLayer) : ProtocolTranslator { } } - override fun auth(afid: UInt, uname: String, aname: String) { + override fun auth(afid: UInt, uname: String, aname: String, auther: Authenticator) { // TODO: Leave this unimplemented until p9any and TLS are implemented } -- cgit v1.2.3