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/keyset.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 module/keyset.m (limited to 'module/keyset.m') diff --git a/module/keyset.m b/module/keyset.m new file mode 100644 index 00000000..f807fda3 --- /dev/null +++ b/module/keyset.m @@ -0,0 +1,8 @@ +Keyset: module +{ + PATH: con "/dis/lib/keyset.dis"; + + init: fn(): string; + pkhash: fn(pk: string): string; + keysforsigner: fn(signername: string, spk: string, user: string, dir: string): (list of (string, string, string), string); +}; -- cgit v1.2.3