X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Furimanager%2FuriManager.mli;h=1b8317816f434817986e771a1d63efbddd9f7f7a;hb=15469f16ff6f86c6cc0107070775b6c03c0ec478;hp=8250cc83963dc058a0672c3d35d208617a0d920e;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/urimanager/uriManager.mli b/helm/software/components/urimanager/uriManager.mli index 8250cc839..1b8317816 100644 --- a/helm/software/components/urimanager/uriManager.mli +++ b/helm/software/components/urimanager/uriManager.mli @@ -34,6 +34,7 @@ val uri_of_string : string -> uri val string_of_uri : uri -> string (* complete uri *) val name_of_uri : uri -> string (* name only (without extension)*) +val nameext_of_uri : uri -> string (* name only (with extension)*) val buri_of_uri : uri -> string (* base uri only, without trailing '/' *) (* given an uri, returns the uri of the corresponding cic file, *)