shithub: purgatorio

ref: f8935b5778397074d41a48205e5c7f87d7b531fe
dir: purgatorio/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);
};