From: Stefano Zacchiroli Date: Tue, 3 Dec 2002 21:37:26 +0000 (+0000) Subject: - added two TODO comment X-Git-Tag: V_0_0_6~3 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=24a81ae6fd39880b77916453134857e51145220f;p=helm.git - added two TODO comment --- diff --git a/helm/DEVEL/ocaml-http/http_parser.ml b/helm/DEVEL/ocaml-http/http_parser.ml index 3bf186fcb..433754c5c 100644 --- a/helm/DEVEL/ocaml-http/http_parser.ml +++ b/helm/DEVEL/ocaml-http/http_parser.ml @@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *) +(* TODO some useless function here *) +(* TODO remove is_http* from mli? *) + open Neturl;; open Printf;;