diff options
Diffstat (limited to 'module')
| -rw-r--r-- | module/newns.m | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/module/newns.m b/module/newns.m index e7c0c23e..e5a16dfb 100644 --- a/module/newns.m +++ b/module/newns.m @@ -1,8 +1,7 @@ Newns: module { PATH: con "/dis/lib/newns.dis"; - # - # Build a new namespace from a description file - # + newns: fn(user: string, nsfile: string): string; + newuser: fn(user: string, cap: string, nsfile: string): string; }; |
