X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgetter%2Fhttp_getter_misc.mli;h=e9b013ebd496738596e7d3afbbe46f0877b0164b;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=e9086e8d1128957b81cba7c01633d3d1fcd4669d;hpb=a3fb06e72407e3590fa60a74ac5fec01e6bfe1f9;p=helm.git diff --git a/helm/ocaml/getter/http_getter_misc.mli b/helm/ocaml/getter/http_getter_misc.mli index e9086e8d1..e9b013ebd 100644 --- a/helm/ocaml/getter/http_getter_misc.mli +++ b/helm/ocaml/getter/http_getter_misc.mli @@ -97,3 +97,6 @@ val extension: string -> string (** @return string part after rightmost "." *) val temp_file_of_uri: string -> string * out_channel + (** execute a command and return first line of what it prints on stdout *) +val backtick: string -> string +