diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-01-11 11:24:09 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-01-11 11:24:09 +0000 |
| commit | e84ac69296d2bd901d9d5dba59a1873fc6fb7cc1 (patch) | |
| tree | dac835e274502f8fb16cb1840b8b14c59a375fb5 /module | |
| parent | 85620a8011570830a70e5c3b9394ea740655da33 (diff) | |
20080111-1121
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; }; |
