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