]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.h
Fix bug #4269
[lyx.git] / src / support / os.h
index 73eb86d7f331c51853fb5e972d5cb9cea038d6f5..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);
@@ -111,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.
  */