diff options
| author | herbelin | 2008-06-30 10:31:23 +0000 |
|---|---|---|
| committer | herbelin | 2008-06-30 10:31:23 +0000 |
| commit | 072db8079d029c5928ae9be72f357086ef3f38ba (patch) | |
| tree | 5e78f17b59289f9443f94fac9fe99cfe1e360dc8 /lib/system.mli | |
| parent | 7d46472d5e06d78e75646da8b26ee19b3914d36f (diff) | |
Fichiers oubliés lors du 11188 :-(
On en profite pour faire dépendre l'avertissement de where_in_path du
mode silencieux.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11193 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/system.mli')
| -rw-r--r-- | lib/system.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/system.mli b/lib/system.mli index 1292ec77d3..6c607607ff 100644 --- a/lib/system.mli +++ b/lib/system.mli @@ -16,9 +16,11 @@ type physical_path = string type load_path = physical_path list +val exclude_search_in_dirname : string -> unit + val all_subdirs : unix_path:string -> (physical_path * string list) list val is_in_path : load_path -> string -> bool -val where_in_path : load_path -> string -> physical_path * string +val where_in_path : bool -> load_path -> string -> physical_path * string val physical_path_of_string : string -> physical_path val string_of_physical_path : physical_path -> string |
