summaryrefslogtreecommitdiff
path: root/appl/cmd/install/proto.m
blob: 07d3507fb06b9dbd1954402c2af58494724001b2 (plain)
1
2
3
4
5
6
Proto : module
{
	PATH : con "/dis/install/proto.dis";

	rdproto: fn(proto : string, root : string, pcmod : Protocaller) : int;
};