blob: 2ee630b909997a85c96a1b143564fa340477fcd0 (
plain)
1
2
3
4
5
6
7
8
9
|
CCI: module
{
PATH: con "/dis/lib/cci.dis";
# Common Client Interface, for external control of Charon
init: fn(smod: String, hctl: chan of string);
view: fn(url, ctype: string, data: array of byte);
};
|