]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.h
Outliner: distinguish non-active refs from broken refs
[lyx.git] / src / support / os.h
index d66173b1a73e6e50d35a019e577e2b346ae7ca52..07d6d7ba76cf5398e449ed676835637cb9c22acb 100644 (file)
@@ -38,7 +38,7 @@ enum file_access {
 };
 
 /// Do some work just once.
-void init(int argc, char * argv[]);
+void init(int argc, char ** argv[]);
 
 /// Returns the i-th program argument in utf8 encoding.
 std::string utf8_argv(int i);
@@ -59,7 +59,8 @@ shell_type shell();
 int timeout_min();
 
 /// Name of the python interpreter
-std::string const python();
+/// @param reset True if the python path should be recomputed
+std::string const python(bool reset = false);
 
 ///
 bool isFilesystemCaseSensitive();
@@ -110,9 +111,6 @@ std::string latex_path(std::string const & p);
  */
 std::string latex_path_list(std::string const & p);
 
-/// Checks if the format string is suitable on the OS
-bool is_valid_strftime(std::string const & p);
-
 /** Returns a string suitable to be passed to popen when
  *  reading a file.
  */