X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_const.mli;h=e50a469cbedcaba528236f9f043aa70d00d273c7;hb=3c7ca719c304eb7de7d8d4e9a90ebe0db8d8ecab;hp=0aaf323f2fc2adea64aaf3d75025160af64b42be;hpb=5d7d6bd5090f3f82279bef0b93b4b361a5b1d751;p=helm.git diff --git a/helm/http_getter/http_getter_const.mli b/helm/http_getter/http_getter_const.mli index 0aaf323f2..e50a469cb 100644 --- a/helm/http_getter/http_getter_const.mli +++ b/helm/http_getter/http_getter_const.mli @@ -26,5 +26,11 @@ * http://helm.cs.unibo.it/ *) -val usage_string: string +val version: string +val conffile: string val empty_xml: string + + (** @return an HTML usage string including configuration information passed as + input parameter *) +val usage_string: string -> string +