From fbc1184c08d18d5ac0f8763a058e015e95353341 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Wed, 29 Apr 2015 17:44:33 +0100 Subject: switch to Dial module --- appl/svc/webget/wgutils.b | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'appl/svc/webget/wgutils.b') diff --git a/appl/svc/webget/wgutils.b b/appl/svc/webget/wgutils.b index 2094f7a3..720edebe 100644 --- a/appl/svc/webget/wgutils.b +++ b/appl/svc/webget/wgutils.b @@ -9,6 +9,8 @@ include "string.m"; include "bufio.m"; +include "dial.m"; + include "imagefile.m"; readgif, readjpg, readxbitmap: RImagefile; @@ -98,7 +100,7 @@ mnames := array[] of { "text/xml" }; -init(m: Message, s: String, b: Bufio, u: Url, lfd: ref Sys->FD) +init(m: Message, s: String, b: Bufio, u: Url, di: Dial, lfd: ref Sys->FD) { sys = load Sys Sys->PATH; @@ -106,6 +108,7 @@ init(m: Message, s: String, b: Bufio, u: Url, lfd: ref Sys->FD) S = s; B = b; U = u; + DI = di; logfd = lfd; T = load StringIntTab StringIntTab->PATH; readgif = load RImagefile RImagefile->READGIFPATH; -- cgit v1.2.3