]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/binaries/probe/engine.mli
probe
[helm.git] / matita / components / binaries / probe / engine.mli
index 808315971f44fa712e554a1e4ba84fa020926dfd..432af34c71b84591b5f52b3b3c212f5f8d8b1f33 100644 (file)
@@ -1,12 +1,12 @@
 (*
-    ||M||  This file is part of HELM, an Hypertextual, Electronic        
-    ||A||  Library of Mathematics, developed at the Computer Science     
-    ||T||  Department, University of Bologna, Italy.                     
-    ||I||                                                                
-    ||T||  HELM is free software; you can redistribute it and/or         
-    ||A||  modify it under the terms of the GNU General Public License   
-    \   /  version 2 or (at your option) any later version.      
-     \ /   This software is distributed as is, NO WARRANTY.     
+    ||M||  This file is part of HELM, an Hypertextual, Electronic
+    ||A||  Library of Mathematics, developed at the Computer Science
+    ||T||  Department, University of Bologna, Italy.
+    ||I||
+    ||T||  HELM is free software; you can redistribute it and/or
+    ||A||  modify it under the terms of the GNU General Public License
+    \   /  version 2 or (at your option) any later version.
+     \ /   This software is distributed as is, NO WARRANTY.
       V_______________________________________________________________ *)
 
 val out_int: int -> unit
@@ -15,10 +15,8 @@ val out_length: NUri.UriSet.t -> unit
 
 val out_uris: NUri.UriSet.t -> unit
 
+val mac: string -> unit
+
 val is_registry: string -> bool
 
 val get_uri: string -> string * string
-
-val unsupported: string -> 'a
-
-val missing: string -> 'a