summaryrefslogtreecommitdiff
path: root/module/newns.m
blob: e7c0c23ee1fcc5f87d10d61b5d5560e392e1bf7a (plain)
1
2
3
4
5
6
7
8
Newns: module
{
	PATH:	con "/dis/lib/newns.dis";
	#
	# Build a new namespace from a description file
	#
	newns:	fn(user: string, nsfile: string): string;
};