summaryrefslogtreecommitdiff
path: root/appl/svc/webget/webget.b
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-04-29 17:44:33 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2015-04-29 17:44:33 +0100
commitfbc1184c08d18d5ac0f8763a058e015e95353341 (patch)
treef045cdfaaf13c35295d34cb0c2ffd7f4cf2ef30d /appl/svc/webget/webget.b
parent83eae27259078c96c074211a51bf38c774490544 (diff)
switch to Dial module
Diffstat (limited to 'appl/svc/webget/webget.b')
-rw-r--r--appl/svc/webget/webget.b5
1 files changed, 4 insertions, 1 deletions
diff --git a/appl/svc/webget/webget.b b/appl/svc/webget/webget.b
index c3c3aed8..8ae415a3 100644
--- a/appl/svc/webget/webget.b
+++ b/appl/svc/webget/webget.b
@@ -48,6 +48,9 @@ include "string.m";
include "bufio.m";
B: Bufio;
+include "dial.m";
+ DI: Dial;
+
include "message.m";
M: Message;
Msg: import M;
@@ -158,7 +161,7 @@ start(ctl: chan of int)
ctl <-= 0;
return;
}
- W->init(M, S, B, U, log);
+ W->init(M, S, B, U, DI, log);
loadtransmod();