code: 9ferno

ref: fa18daa2f56b306b151781523e877bd07d62f799
dir: /module/cci.m/

View raw version
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);
};