code: 9ferno

ref: 2d7cc7c32299e2b49e3be6d3f9c21f43c3ce7415
dir: /module/powerman.m/

View raw version
Powerman: module
{
	PATH:	con "/dis/lib/powerman.dis";
	init:	fn(file: string, cmd: chan of string): int;
	ack:	fn(cmd: string);
	ctl:	fn(cmd: string): string;
	stop:	fn();
};