Make some external functions private
This commit is contained in:
@@ -1158,9 +1158,10 @@ class BaresipService: Service() {
|
|||||||
isServiceClean = true
|
isServiceClean = true
|
||||||
}
|
}
|
||||||
|
|
||||||
external fun baresipStart(path: String, ipV4Addr: String, ipV6Addr: String, netInterface: String,
|
private external fun baresipStart(path: String, ipV4Addr: String, ipV6Addr: String,
|
||||||
dnsServers: String, netAf: Int, logLevel: Int)
|
netInterface: String, dnsServers: String, netAf: Int,
|
||||||
external fun baresipStop(force: Boolean)
|
logLevel: Int)
|
||||||
|
private external fun baresipStop(force: Boolean)
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user