X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fxml%2Fxml.mli;h=43547eaa03fdbc5a1aadeeea11bc5f29b9594ab4;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=b1fcbe5b064bdc8a224b3b73b07c9b78a88b526a;hpb=cdef799a0e2e3c7db8bb2b95cd124767a4126c61;p=helm.git diff --git a/helm/ocaml/xml/xml.mli b/helm/ocaml/xml/xml.mli index b1fcbe5b0..43547eaa0 100644 --- a/helm/ocaml/xml/xml.mli +++ b/helm/ocaml/xml/xml.mli @@ -69,3 +69,5 @@ val pp : ?gzip:bool -> token Stream.t -> string option -> unit val pp_to_outchan : token Stream.t -> out_channel -> unit val pp_to_string : token Stream.t -> string +val add_xml_declaration: token Stream.t -> token Stream.t +