X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Focaml-http%2Fexamples%2Fwebfsd.ml;h=c41443e87b62ebd65f68c70e5ce6f8aefe4c2462;hb=3289eda62f4b44bc5043abd2acff602f7a8e5f26;hp=ef5c1cb0713872dfae68e0c9d1a375da2265379e;hpb=2f28bfb47f5fad6b3c5a705d9ede95700416dee8;p=helm.git diff --git a/helm/DEVEL/ocaml-http/examples/webfsd.ml b/helm/DEVEL/ocaml-http/examples/webfsd.ml index ef5c1cb07..c41443e87 100644 --- a/helm/DEVEL/ocaml-http/examples/webfsd.ml +++ b/helm/DEVEL/ocaml-http/examples/webfsd.ml @@ -2,7 +2,7 @@ (* OCaml HTTP - do it yourself (fully OCaml) HTTP daemon - Copyright (C) <2002> Stefano Zacchiroli + Copyright (C) <2002-2004> Stefano Zacchiroli 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 ()