]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxlib.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / support / lyxlib.h
index befb7bd6f8e94150f9bda4aa2c384b3618a69122..d178797b05cd6c6b59cadfc85c8b6501279a8d95 100644 (file)
@@ -27,7 +27,7 @@ namespace lyx {
 struct lyx {
 #endif 
        ///
-       OPT_STATIC char * getcwd(char * buffer, size_t size);
+       OPT_STATIC string const getcwd();
         ///
         OPT_STATIC int chdir(string const & name);
         /// Returns false if it fails
@@ -54,6 +54,9 @@ struct lyx {
         OPT_STATIC int rmdir(string const & file);
         ///
         OPT_STATIC int atoi(string const & nstr);
+       ///
+       OPT_STATIC string const tempName(string const & dir = string(),
+                                        string const & mask = string());
 #ifdef CXX_WORKING_NAMESPACES
 }
 #else