code: 9ferno

ref: e16b4d85dd6b1cf14834387b765113114dabeae2
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);
};