xref: /inferno-os/module/webget.m (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
1Webget: module
2{
3	PATH: con "/dis/svc/webget/webget.dis";
4
5	init: fn(ctxt: ref Draw->Context, argv: list of string);
6	start: fn(ctl: chan of int);
7};
8