]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter_map.mli
- changed copyright year to 2003
[helm.git] / helm / http_getter / http_getter_map.mli
index d3402eea33c8346976b39cef717dbafd0867f738..c5c8f64895567e2cf11aa9820fe6c61faf6c9d7b 100644 (file)
@@ -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
@@ -34,5 +34,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