]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_misc.mli
added warn and error for messaging
[helm.git] / helm / DEVEL / ocaml-http / http_misc.mli
index b5972f830b0c55021b02a0fee74f76ea84c08f00..914b4ecffc46adf1a622259a46a77dec3318e9ce 100644 (file)
@@ -83,3 +83,6 @@ val buf_of_inchan: ?limit: int -> in_channel -> Buffer.t
   leftmost one only *)
 val list_assoc_all: 'a -> ('a * 'b) list -> 'b list
 
+val warn: string -> unit (** print a warning msg to stderr. Adds trailing \n *)
+val error: string -> unit (** print an error msg to stderr. Adds trailing \n *)
+