Removed private declaration of two external functions

This commit is contained in:
Juha Heinanen
2024-11-06 03:52:52 +02:00
parent 1ab7a45aa2
commit a5340ec6c3
@@ -1557,14 +1557,14 @@ class BaresipService: Service() {
} }
} }
private external fun baresipStart( external fun baresipStart(
path: String, path: String,
addresses: String, addresses: String,
logLevel: Int, logLevel: Int,
software: String software: String
) )
private external fun baresipStop(force: Boolean) external fun baresipStop(force: Boolean)
companion object { companion object {