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/fsproto.m | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 module/fsproto.m (limited to 'module/fsproto.m') diff --git a/module/fsproto.m b/module/fsproto.m new file mode 100644 index 00000000..26bbaa56 --- /dev/null +++ b/module/fsproto.m @@ -0,0 +1,10 @@ +FSproto: module +{ + PATH: con "/dis/lib/fsproto.dis"; + + Direntry: type (string, string, ref Sys->Dir); + + init: fn(): string; + readprotofile: fn(proto: string, root: string, entries: chan of Direntry, warnings: chan of (string, string)): string; + readprotostring: fn(proto: string, root: string, entries: chan of Direntry, warnings: chan of (string, string)); +}; -- cgit v1.2.3