From 6e425a9de8c003b5a733621a6b6730ec3cc902b8 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sat, 23 Dec 2006 00:30:12 +0000 Subject: 20061220 --- module/xml.m | 1 + 1 file changed, 1 insertion(+) (limited to 'module/xml.m') diff --git a/module/xml.m b/module/xml.m index ee83a0c1..a6d8e09e 100644 --- a/module/xml.m +++ b/module/xml.m @@ -75,4 +75,5 @@ Xml: module { }; init: fn(): string; open: fn(f: string, warning: chan of (Locator, string), preelem: string): (ref Parser, string); + fopen: fn(f: ref Bufio->Iobuf, srcname: string, warning: chan of (Locator, string), preelem: string): (ref Parser, string); }; -- cgit v1.2.3