This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/examples/bindings/scala/libzt.scala
2017-10-16 14:27:25 -07:00

7 lines
186 B
Scala

package zerotier;
class ZeroTier {
@native def ztjni_socket(socket_family: Int, socket_type: Int, protocol: Int): Int
@native def ztjni_startjoin(path: String, nwid: String): Int
}