]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_daemon.mli
bumped copyright years
[helm.git] / helm / DEVEL / ocaml-http / http_daemon.mli
index 3207261f772f2e54c5a349c1aec35217d53e3f75..6d31097d5d0276606ccb11ec8b720ece14fc9921 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
@@ -63,7 +63,7 @@ val send_file: src:Http_types.file_source -> out_channel -> unit
   status is 200, default response HTTP version is Http_common.http_version *)
 val respond:
   ?body:string -> ?headers:(string * string) list ->
-  ?version:Http_types.version -> code:Http_types.status_code ->
+  ?version:Http_types.version -> ?code:Http_types.status_code ->
   out_channel ->
     unit