code: 9ferno

ref: d9761c518aa85d439cac436fca7361dc1f096669
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();
};