]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter_cache.mli
split into two major parts:
[helm.git] / helm / http_getter / http_getter_cache.mli
index 9aa6e53a5ee024e94d3c2632f5bc59543ae5de5d..11211288aa8faaf5375ee2499a032541f0465bda 100644 (file)
@@ -1,5 +1,5 @@
 (*
- * Copyright (C) 2003:
+ * Copyright (C) 2003-2004:
  *    Stefano Zacchiroli <zack@cs.unibo.it>
  *    for the HELM Team http://helm.cs.unibo.it/
  *
 open Http_getter_types;;
 
 val respond_xml:
-  ?enc:http_getter_encoding -> ?patch:bool -> url:string -> uri:string ->
-  out_channel ->
+  ?enc:encoding -> ?patch:bool -> url:string -> uri:string -> out_channel ->
     unit
 
 val respond_xsl:
-  ?enc:http_getter_encoding -> ?patch:bool -> url:string ->
-  out_channel ->
+  ?enc:encoding -> ?patch:bool -> url:string -> out_channel ->
     unit
 
 val respond_dtd:
-  ?enc:http_getter_encoding -> ?patch:bool -> url:string ->
-  out_channel ->
+  ?enc:encoding -> ?patch:bool -> url:string -> out_channel ->
     unit
 
 val clean: unit -> unit
+