X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_map.mli;h=ae9cf319f0b8a39e2e95fe0d076eaaca263c0192;hb=b3bd459aeedce3ae8b21e25c3f8cab730bd544f9;hp=d3402eea33c8346976b39cef717dbafd0867f738;hpb=86e80bc65186bf4c2824dc94f5f4dd5966843f14;p=helm.git diff --git a/helm/http_getter/http_getter_map.mli b/helm/http_getter/http_getter_map.mli index d3402eea3..ae9cf319f 100644 --- a/helm/http_getter/http_getter_map.mli +++ b/helm/http_getter/http_getter_map.mli @@ -1,5 +1,7 @@ (* - * Copyright (C) 2000, HELM Team. + * Copyright (C) 2003: + * Stefano Zacchiroli + * for the HELM Team http://helm.cs.unibo.it/ * * This file is part of HELM, an Hypertextual, Electronic * Library of Mathematics, developed at the Computer Science @@ -21,7 +23,7 @@ * MA 02111-1307, USA. * * For details, see the HELM World-Wide-Web page, - * http://cs.unibo.it/helm/. + * http://helm.cs.unibo.it/ *) exception Key_already_in of string @@ -34,5 +36,8 @@ class map: method remove: string -> unit method resolve: string -> string method iter: (string -> string -> unit) -> unit + method sync: unit method clear: unit + + method close: unit (* use with caution! *) end