X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgetter%2Fhttp_getter_storage.mli;h=04af29f0ce4a2929cb8837d4ee018e74cecc7d49;hb=5f94d6c85429545d90acc39a9b9fc9a2da33d567;hp=24fc329c9f03316218de44352e7217007b425991;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/getter/http_getter_storage.mli b/helm/software/components/getter/http_getter_storage.mli index 24fc329c9..04af29f0c 100644 --- a/helm/software/components/getter/http_getter_storage.mli +++ b/helm/software/components/getter/http_getter_storage.mli @@ -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