X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fos.h;h=07d6d7ba76cf5398e449ed676835637cb9c22acb;hb=e8c1cb5074e36a344553d57537f8177345a86686;hp=73eb86d7f331c51853fb5e972d5cb9cea038d6f5;hpb=ac8b77fc032a2ec97409f30c31a023a18fca64d3;p=lyx.git diff --git a/src/support/os.h b/src/support/os.h index 73eb86d7f3..07d6d7ba76 100644 --- a/src/support/os.h +++ b/src/support/os.h @@ -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. */