]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter_env.mli
added support for repository attributes
[helm.git] / helm / ocaml / getter / http_getter_env.mli
index fa90d354a8b6c7d69518402f51c444a3dcf94420..6a0f0f50a31cf09b2ab226dd8c554069d6d8f548 100644 (file)
@@ -23,6 +23,8 @@
  * http://helm.cs.unibo.it/
  *)
 
+open Http_getter_types
+
   (** {2 general information} *)
 
 val version       : string        (* getter version *)
@@ -34,7 +36,8 @@ val cache_dir     : string lazy_t         (* cache root *)
 val dtd_dir       : string lazy_t         (* DTDs' root directory *)
 val port          : int lazy_t            (* port on which getter listens *)
 val dtd_base_urls : string list lazy_t    (* base URLs for document patching *)
-val prefixes      : (string * string) list lazy_t (* prefix map uri -> url *)
+val prefixes      : (string * (string * prefix_attr list)) list lazy_t
+                                          (* prefix map uri -> url + attrs *)
 
   (* {2 derived data} *)