]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/examples/webfsd.ml
ported to ocaml 3.08
[helm.git] / helm / DEVEL / ocaml-http / examples / webfsd.ml
index ef5c1cb0713872dfae68e0c9d1a375da2265379e..c41443e87b62ebd65f68c70e5ce6f8aefe4c2462 100644 (file)
@@ -2,7 +2,7 @@
 (*
   OCaml HTTP - do it yourself (fully OCaml) HTTP daemon
 
-  Copyright (C) <2002> Stefano Zacchiroli <zack@cs.unibo.it>
+  Copyright (C) <2002-2004> Stefano Zacchiroli <zack@cs.unibo.it>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -36,5 +36,5 @@ let argspec =
 in
 Arg.parse argspec (fun _ -> ()) "";
 Sys.chdir !root;
-Http.Daemon.Trivial.start ~addr:!addr ~port:!port ()
+Http_daemon.Trivial.start ~addr:!addr ~port:!port ()