forked from koniifer/ableos
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
|
type BufferID = u64;
|
||
|
|
||
|
protocol SDS {
|
||
|
fn register_protocol(BufferID, String) -> bool;
|
||
|
}
|