]> matita.cs.unibo.it Git - helm.git/blobdiff - components/getter/http_getter_storage.mli
Huge commit for the release. Includes:
[helm.git] / components / getter / http_getter_storage.mli
index 24fc329c9f03316218de44352e7217007b425991..04af29f0ce4a2929cb8837d4ee018e74cecc7d49 100644 (file)
@@ -61,11 +61,14 @@ val filename: ?find:bool -> string -> string
 val remove: string -> unit
 
 val exists: string -> bool
-val resolve: string -> string
+val resolve: ?must_exists:bool -> writable:bool -> string -> string
 
 (* val get_attrs: string -> Http_getter_types.prefix_attr list *)
 val is_read_only: string -> bool
 val is_legacy: string -> bool
+val is_empty: string -> bool
 
 val clean_cache: unit -> unit
 
+val activate_system_mode: unit -> unit
+val list_writable_prefixes: unit -> string list