]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hbugs/common/hbugs_messages.mli
- fixed helm web page url and copyright notice
[helm.git] / helm / hbugs / common / hbugs_messages.mli
index a11ff654b8605018dcff60b7b8d5109c32656550..1ab0e94004ad3adc6757bb5c97fcfb62d3ef397d 100644 (file)
@@ -1,5 +1,7 @@
 (*
- *  Copyright (C) 2003, HELM Team.
+ * Copyright (C) 2003:
+ *    Stefano Zacchiroli <zack@cs.unibo.it>
+ *    for the HELM Team http://helm.cs.unibo.it/
  *
  *  This file is part of HELM, an Hypertextual, Electronic
  *  Library of Mathematics, developed at the Computer Science
@@ -21,7 +23,7 @@
  *  MA  02111-1307, USA.
  *
  *  For details, see the HELM World-Wide-Web page,
- *  http://cs.unibo.it/helm/.
+ *  http://helm.cs.unibo.it/
  *)
 
 open Hbugs_types;;
@@ -29,3 +31,5 @@ open Hbugs_types;;
 val msg_of_string: string -> message
 val string_of_msg: message -> string
 
+val submit_req: url:string -> message -> message
+