VS: ----------------------------------------------------------------------
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 11 Nov 2003 18:27:11 +0000 (18:27 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 11 Nov 2003 18:27:11 +0000 (18:27 +0000)
Add prototype for FileOpenable().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9891 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/FileUtilities.h
include/llvm/Support/FileUtilities.h

index 0323ffac9fe5c11ac5f15db65b7d9540e4d0f19a..d55ba52a98aba1516490a7ca985ed0231302b1a9 100644 (file)
 
 #include <string>
 
+/// FileOpenable - Returns true IFF Filename names an existing regular
+/// file which we can successfully open.
+///
+bool FileOpenable (const std::string &Filename);
+
 /// DiffFiles - Compare the two files specified, returning true if they are
 /// different or if there is a file error.  If you specify a string to fill in
 /// for the error option, it will set the string to an error message if an error
index 0323ffac9fe5c11ac5f15db65b7d9540e4d0f19a..d55ba52a98aba1516490a7ca985ed0231302b1a9 100644 (file)
 
 #include <string>
 
+/// FileOpenable - Returns true IFF Filename names an existing regular
+/// file which we can successfully open.
+///
+bool FileOpenable (const std::string &Filename);
+
 /// DiffFiles - Compare the two files specified, returning true if they are
 /// different or if there is a file error.  If you specify a string to fill in
 /// for the error option, it will set the string to an error message if an error