]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.h
hopefully fix tex2lyx linking.
[lyx.git] / src / support / os.h
index 1c29d57a20261e9229355434bbb18599721a224c..90cf569da2b1832709449d37204bb99021833587 100644 (file)
@@ -38,6 +38,9 @@ std::string current_root();
 ///
 shell_type shell();
 
+/// Name of the python interpreter
+std::string const python();
+
 /// Extract the path common to both @c p1 and @c p2. DBCS aware!
 std::string::size_type common_path(std::string const & p1, std::string const & p2);