]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
remove commented HAVE_SSTREAM code
[lyx.git] / src / support / filetools.h
index eadc53306e410275035dae97dac0f414190bc546..d1329d89e69a73bd4cc3b79db222e63fa5a0591d 100644 (file)
@@ -139,6 +139,9 @@ string const AddPath(string const & path, string const & path2);
 string const
 ChangeExtension(string const & oldname, string const & extension);
 
+/// Return the extension of the file (not including the .)
+string const GetExtension(string const & name);
+
 /// Create absolute path. If impossible, don't do anything
 string const ExpandPath(string const & path);