X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_map.mli;h=c5c8f64895567e2cf11aa9820fe6c61faf6c9d7b;hb=32bc9336091a84376f93b06325c08dab58124a0d;hp=3e0cd0878915e93d0643f3a22a95709f963a0db7;hpb=e7ab167b72dc48d260d82060949e8ebe7d27764c;p=helm.git diff --git a/helm/http_getter/http_getter_map.mli b/helm/http_getter/http_getter_map.mli index 3e0cd0878..c5c8f6489 100644 --- a/helm/http_getter/http_getter_map.mli +++ b/helm/http_getter/http_getter_map.mli @@ -1,5 +1,5 @@ (* - * Copyright (C) 2000, HELM Team. + * Copyright (C) 2003, HELM Team. * * This file is part of HELM, an Hypertextual, Electronic * Library of Mathematics, developed at the Computer Science @@ -36,4 +36,6 @@ class map: method iter: (string -> string -> unit) -> unit method sync: unit method clear: unit + + method close: unit (* use with caution! *) end