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/unbundle.m | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 module/unbundle.m (limited to 'module/unbundle.m') diff --git a/module/unbundle.m b/module/unbundle.m new file mode 100644 index 00000000..89e78230 --- /dev/null +++ b/module/unbundle.m @@ -0,0 +1,9 @@ +Unbundle: module { + PATH: con "/dis/fs/bundle.dis"; + + types: fn(): string; + init: fn(); + run: fn(nil: ref Draw->Context, report: ref Report, + nil: list of Option, args: list of ref Value): ref Value; + unbundle: fn(r: ref Fslib->Report, iob: ref Bufio->Iobuf, seekable: int, blocksize: int): Fslib->Fschan; +}; -- cgit v1.2.3