From 37da2899f40661e3e9631e497da8dc59b971cbd0 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 17:07:39 +0000 Subject: 20060303a --- appl/cmd/install/archfs.m | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 appl/cmd/install/archfs.m (limited to 'appl/cmd/install/archfs.m') diff --git a/appl/cmd/install/archfs.m b/appl/cmd/install/archfs.m new file mode 100644 index 00000000..57c32542 --- /dev/null +++ b/appl/cmd/install/archfs.m @@ -0,0 +1,7 @@ +Archfs : module +{ + PATH : con "/dis/install/archfs.dis"; + + init : fn(ctxt : ref Draw->Context, args : list of string); + initc : fn(args : list of string, c : chan of int); +}; -- cgit v1.2.3