From 62d7827bc358c000db9ff48fe61bd28ac352a884 Mon Sep 17 00:00:00 2001 From: charles forsyth Date: Sat, 13 Jun 2015 16:34:09 +0100 Subject: mkfiles/mkfile-Linux-386 --- appl/charon/chutils.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appl/charon/chutils.m') diff --git a/appl/charon/chutils.m b/appl/charon/chutils.m index 15c3308f..8cff7163 100644 --- a/appl/charon/chutils.m +++ b/appl/charon/chutils.m @@ -13,6 +13,7 @@ CharonUtils: module J: Script; CH: Charon; CK: Cookiesrv; + DI: Dial; # HTTP methods HGet, HPost : con iota; @@ -234,7 +235,7 @@ CharonUtils: module host: string; # host name port: int; # port number scheme: string; # Url scheme ("http", "file", etc.) - conn: Sys->Connection; # fds, etc. + conn: ref Dial->Connection; # fds, etc. sslx: ref SSL3->Context; # ssl connection vers: int; # ssl version state: int; # NCfree, etc. -- cgit v1.2.3