Files
netrunner-proxy/client/client.udl
T
2026-03-09 17:51:01 +07:00

11 lines
178 B
Plaintext

namespace netrunner {
};
interface SessionManager {
constructor();
Session start(string remote_address, optional i32 tun_fd);
};
interface Session {
void stop();
};