akern-gkgoat-fork/sysdata/protocol.idl

5 lines
90 B
Plaintext

type BufferID = u64;
protocol SDS {
fn register_protocol(BufferID, String) -> bool;
}