]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
Small things in my tree.
[lyx.git] / src / support / filetools.h
index 2686897258c5b0dbf2f033b1ed5cf07d76cdb9bb..14ba9027fc56873c98998ea665cfcfea78c23fba 100644 (file)
@@ -173,6 +173,9 @@ string NormalizePath(string const & path);
 /// Strips path from filename
 string OnlyFilename(string const & fname);
 
+/// Get the contents of a file as a huge string
+string GetFileContents(string const & fname);
+
 /// Cleanup a path if necessary. Currently only useful with OS/2
 string CleanupPath(string const & path) ;