X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fbinaries%2Fprobe%2Fengine.mli;h=432af34c71b84591b5f52b3b3c212f5f8d8b1f33;hb=ea99a55173ebdcfe60f3b3d6f6c979f5d7785d48;hp=7f3b5a2ca0ad5c7ae977c048afb65ac2f9a10735;hpb=cbbbc763dc971b43fe74f1d08b797de5d1dc4f17;p=helm.git diff --git a/matita/components/binaries/probe/engine.mli b/matita/components/binaries/probe/engine.mli index 7f3b5a2ca..432af34c7 100644 --- a/matita/components/binaries/probe/engine.mli +++ b/matita/components/binaries/probe/engine.mli @@ -1,16 +1,22 @@ (* - ||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_uris: NUri.uri list -> unit - val out_int: int -> unit -val out_length: 'a list -> unit +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