]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxlib.h
small changes read ChangeLog
[lyx.git] / src / support / lyxlib.h
index 1688e2d015c5b925060637ac646190b0fe94df99..3933cf0b63475920cf1ba629fe86c05db2ec289c 100644 (file)
@@ -4,8 +4,8 @@
  * 
  *           LyX, The Document Processor
  *        
- *           Copyright (C) 1995 Matthias Ettrich
- *           Copyright (C) 1995-1999 The LyX Team.
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
  *
  * ====================================================== */
 
@@ -35,6 +35,10 @@ namespace lyx {
        int kill(long int pid, int sig);
        ///
        void abort();
+       ///
+       int mkdir(char const * pathname, unsigned long 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 long int mode);
+       ///
+       static int putenv(char const * str);
 };
 #endif // CXX_WORKING_NAMESPACES
 #endif