cci.m 208 B

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