summaryrefslogtreecommitdiff
path: root/module/newns.m
blob: e5a16dfb42faef4af9273a633a1987459f43caf9 (plain)
1
2
3
4
5
6
7
Newns: module
{
	PATH:	con "/dis/lib/newns.dis";

	newns:	fn(user: string, nsfile: string): string;
	newuser:	fn(user: string, cap: string, nsfile: string): string;
};