diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-04-29 17:44:33 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-04-29 17:44:33 +0100 |
| commit | fbc1184c08d18d5ac0f8763a058e015e95353341 (patch) | |
| tree | f045cdfaaf13c35295d34cb0c2ffd7f4cf2ef30d /appl/svc/webget/wgutils.m | |
| parent | 83eae27259078c96c074211a51bf38c774490544 (diff) | |
switch to Dial module
Diffstat (limited to 'appl/svc/webget/wgutils.m')
| -rw-r--r-- | appl/svc/webget/wgutils.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appl/svc/webget/wgutils.m b/appl/svc/webget/wgutils.m index 8efb14c1..36a5bdb6 100644 --- a/appl/svc/webget/wgutils.m +++ b/appl/svc/webget/wgutils.m @@ -33,6 +33,7 @@ WebgetUtils: module B: Bufio; S: String; U: Url; + DI: Dial; # media types (must track mnames array in wgutils.b) UnknownType, @@ -43,7 +44,7 @@ WebgetUtils: module AudioBasic, VideoMpeg, VideoQuicktime, Soap, TextXml: con iota; - init : fn(m: Message, s: String, b: Bufio, u: Url, logfd: ref Sys->FD); + init : fn(m: Message, s: String, b: Bufio, u: Url, di: Dial, logfd: ref Sys->FD); usererr: fn(r: ref Req, msg: string) : ref Message->Msg; okprefix: fn(r: ref Req, mrep: ref Message->Msg); getdata: fn(io: ref Bufio->Iobuf, m: ref Message->Msg, |
