code: 9ferno

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