]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.h
another safety belt
[lyx.git] / src / support / os.h
index 9a7e48be7baa4d1925919b7efc8ede728a60f105..fef5345e06128e94d0a00d4a7a3fc9b716829a7c 100644 (file)
@@ -52,9 +52,11 @@ public:
        static string internal_path(string const &p);
        // is path absolute?
        static bool is_absolute_path(string const & p);
-       // returns a string suitable to be passed to fopen/popen when
+       // returns a string suitable to be passed to fopen when
        // reading a file
        static char const * read_mode();
+       // same for popen().
+       static char const * popen_read_mode();
        //
        static void warn(string mesg);
 private: