LarkRemoteControl.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Last Edited by: Swinehart, May 16, 1986 11:12:13 am PDT
DIRECTORY Pup USING [ Address ];
LarkRemoteControl: CEDAR DEFINITIONS = {
BootLark: PROC[lark: Pup.Address] RETURNS [outcome: BOOL];
}.
Swinehart, September 9, 1985 10:47:13 am PDT
Created -- allows rudimentary control of larks by end-user RPC command.
Expect this to grow.
changes to: DIRECTORY, LarkRemoteControl