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