summaryrefslogtreecommitdiff
path: root/module/webget.m
blob: ca88057e9f58cb09962908669742b28d2b035db1 (plain)
1
2
3
4
5
6
7
Webget: module
{
	PATH: con "/dis/svc/webget/webget.dis";

	init: fn(ctxt: ref Draw->Context, argv: list of string);
	start: fn(ctl: chan of int);
};