summaryrefslogtreecommitdiff
path: root/module/keyset.m
diff options
context:
space:
mode:
Diffstat (limited to 'module/keyset.m')
-rw-r--r--module/keyset.m8
1 files changed, 8 insertions, 0 deletions
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);
+};