]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
Fix bug 2186 (from Bo Peng):
[lyx.git] / src / support / filetools.h
index 11142403c642846ae6db30bd46ff43a010becacc..7c0262cf2654faf93de72eed8ce4fbc9f24fdb19 100644 (file)
@@ -154,6 +154,9 @@ std::string const AddPath(std::string const & path, std::string const & path2);
 std::string const
 ChangeExtension(std::string const & oldname, std::string const & extension);
 
+/// Remove the extension from \p name
+std::string const removeExtension(std::string const & name);
+
 /// Return the extension of the file (not including the .)
 std::string const GetExtension(std::string const & name);