]> git.lyx.org Git - features.git/blobdiff - src/support/lyxlib.h
a couple of new posix wrappers, use new instead of malloc in figinset delete the...
[features.git] / src / support / lyxlib.h
index 1688e2d015c5b925060637ac646190b0fe94df99..65db8b9f88476bc3c78c6c940c561aa41e4f0f08 100644 (file)
@@ -35,6 +35,10 @@ namespace lyx {
        int kill(long int pid, int sig);
        ///
        void abort();
+       ///
+       int mkdir(char const * pathname, unsigned int mode);
+       ///
+       int putenv(char const * str);
 }
 #else
 struct lyx {
@@ -52,6 +56,10 @@ struct lyx {
        static int kill(long int pid, int sig);
        ///
        static void abort();
+       ///
+       static int mkdir(char const * pathname, unsigned int mode);
+       ///
+       static int putenv(char const * str);
 };
 #endif // CXX_WORKING_NAMESPACES
 #endif