X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_map.mli;h=720484f31c1eca747a4738f5c6f746dce3c0065b;hb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;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..720484f31 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 @@ -31,9 +33,12 @@ class map: string -> object method add: string -> string -> unit + method replace: string -> string -> unit 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