From c03cb8abf4cb48e9816d8f2642e6e60823627689 Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Mon, 11 Aug 2025 20:07:05 +0200 Subject: change types of readFunand writeFun in Authenticator --- src/main/kotlin/Authenticator9PAnyV2DP9IK.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/kotlin/Authenticator9PAnyV2DP9IK.kt') diff --git a/src/main/kotlin/Authenticator9PAnyV2DP9IK.kt b/src/main/kotlin/Authenticator9PAnyV2DP9IK.kt index ec0710d..99c52a0 100644 --- a/src/main/kotlin/Authenticator9PAnyV2DP9IK.kt +++ b/src/main/kotlin/Authenticator9PAnyV2DP9IK.kt @@ -6,7 +6,7 @@ * default authenticated 9P service, it must implement the p9any meta-protocol, preferably version 2. */ class Authenticator9PAnyV2DP9IK : Authenticator { - override fun authenticate(username: String, password: String, readFun: () -> Array, writeFun: (Array) -> Unit) { - TODO("Not yet implemented") + override fun authenticate(username: String, password: String, readFun: () -> List, writeFun: (List) -> Unit) { + } } \ No newline at end of file -- cgit v1.2.3