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

7 lines
186 B
Scala
Raw Normal View History

package zerotier;
2017-10-16 13:40:05 -07:00
class ZeroTier {
@native def ztjni_socket(socket_family: Int, socket_type: Int, protocol: Int): Int
@native def ztjni_startjoin(path: String, nwid: String): Int
2017-10-16 13:40:05 -07:00
}