]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter_map.mli
Camera ready.
[helm.git] / helm / http_getter / http_getter_map.mli
index c5c8f64895567e2cf11aa9820fe6c61faf6c9d7b..720484f31c1eca747a4738f5c6f746dce3c0065b 100644 (file)
@@ -1,5 +1,7 @@
 (*
- *  Copyright (C) 2003, HELM Team.
+ * Copyright (C) 2003:
+ *    Stefano Zacchiroli <zack@cs.unibo.it>
+ *    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,6 +33,7 @@ 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