summaryrefslogtreecommitdiff
path: root/appl/cmd/ip/nppp/script.m
blob: a1f66e061fcc66530e9629e1389b3504d2f28b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Script: module
{
	PATH:	con "/dis/ip/nppp/script.dis";

	ScriptInfo: adt {
		path:			string;
		content:		list of string;
		timeout:		int;
		username:	string;
		password:		string;
	};

	init:	fn(m: Modem): string;
	execute:	fn(m: ref Modem->Device, scriptinfo: ref ScriptInfo): string;
};