]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxlib.h
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure...
[lyx.git] / src / support / lyxlib.h
index 65db8b9f88476bc3c78c6c940c561aa41e4f0f08..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.
  *
  * ====================================================== */
 
@@ -36,7 +36,7 @@ namespace lyx {
        ///
        void abort();
        ///
-       int mkdir(char const * pathname, unsigned int mode);
+       int mkdir(char const * pathname, unsigned long int mode);
        ///
        int putenv(char const * str);
 }
@@ -57,7 +57,7 @@ struct lyx {
        ///
        static void abort();
        ///
-       static int mkdir(char const * pathname, unsigned int mode);
+       static int mkdir(char const * pathname, unsigned long int mode);
        ///
        static int putenv(char const * str);
 };