X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhttp_getter%2Fhttp_getter_cache.mli;h=a1acfca8cd6a49a89ed42fae93a0780ec61104b2;hb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;hp=0c477637c9d92e6a3380aa5e9c018ccbb842a082;hpb=32bc9336091a84376f93b06325c08dab58124a0d;p=helm.git diff --git a/helm/http_getter/http_getter_cache.mli b/helm/http_getter/http_getter_cache.mli index 0c477637c..a1acfca8c 100644 --- a/helm/http_getter/http_getter_cache.mli +++ b/helm/http_getter/http_getter_cache.mli @@ -1,5 +1,7 @@ (* - * Copyright (C) 2003, HELM Team. + * Copyright (C) 2003: + * Stefano Zacchiroli + * for the HELM Team http://helm.cs.unibo.it/ * * This file is part of HELM, an Hypertextual, Electronic * Library of Mathematics, developed at the Computer Science @@ -21,23 +23,23 @@ * MA 02111-1307, USA. * * For details, see the HELM World-Wide-Web page, - * http://cs.unibo.it/helm/. + * http://helm.cs.unibo.it/ *) open Http_getter_types;; val respond_xml: - ?enc:http_getter_encoding -> ?patch_dtd:bool -> url:string -> uri:string -> + ?enc:http_getter_encoding -> ?patch:bool -> url:string -> uri:string -> out_channel -> unit val respond_xsl: - ?enc:http_getter_encoding -> ?patch_dtd:bool -> url:string -> + ?enc:http_getter_encoding -> ?patch:bool -> url:string -> out_channel -> unit val respond_dtd: - ?enc:http_getter_encoding -> ?patch_dtd:bool -> url:string -> + ?enc:http_getter_encoding -> ?patch:bool -> url:string -> out_channel -> unit