]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
Use lyxconvert script for reading old files
[lyx.git] / src / support / filetools.h
index bd15dfd3df6cb00172c08312a5b13a4f03020163..3815daa32c60d4395d61216af880a46d9a88843e 100644 (file)
@@ -12,6 +12,7 @@
 #endif
 
 #include <vector>
+#include <utility>
 #include "LString.h"
 
 
@@ -209,5 +210,8 @@ void removeAutosaveFile(string const & filename);
 /// read the BoundingBox entry from a ps/eps/pdf-file
 string const readBB_from_PSFile(string const & file);
 
+typedef std::pair<int, string> cmd_ret;
+
+cmd_ret const RunCommand(string const & cmd);
 
 #endif