diff --git a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt index 0b9b8b8c..8beb75e2 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt @@ -1158,9 +1158,10 @@ class BaresipService: Service() { isServiceClean = true } - external fun baresipStart(path: String, ipV4Addr: String, ipV6Addr: String, netInterface: String, - dnsServers: String, netAf: Int, logLevel: Int) - external fun baresipStop(force: Boolean) + private external fun baresipStart(path: String, ipV4Addr: String, ipV6Addr: String, + netInterface: String, dnsServers: String, netAf: Int, + logLevel: Int) + private external fun baresipStop(force: Boolean) companion object {