Mercurial > hg > octave-lyh
diff liboctave/file-ops.h @ 5138:5fa9670b5956
[project @ 2005-02-09 23:13:03 by jwe]
author | jwe |
---|---|
date | Wed, 09 Feb 2005 23:13:03 +0000 |
parents | ea537559ab07 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/liboctave/file-ops.h +++ b/liboctave/file-ops.h @@ -55,6 +55,9 @@ static int rmdir (const std::string&); static int rmdir (const std::string&, std::string&); + static std::string canonicalize_file_name (const std::string&); + static std::string canonicalize_file_name (const std::string&, std::string&); + static std::string tempnam (const std::string&, const std::string&); static std::string tempnam (const std::string&, const std::string&, std::string&);