From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- module/cci.m | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 module/cci.m (limited to 'module/cci.m') diff --git a/module/cci.m b/module/cci.m new file mode 100644 index 00000000..2ee630b9 --- /dev/null +++ b/module/cci.m @@ -0,0 +1,9 @@ +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); +}; -- cgit v1.2.3