diff options
| author | Albin Sunnanbo <albin@sunnanbo.com> | 2008-03-13 14:24:00 +0000 |
|---|---|---|
| committer | albinsunnanbo <albinsunnanbo@users.sourceforge.net> | 2008-03-13 14:24:00 +0000 |
| commit | 69dc47d89f6605a2d9bb7e424766c38ffcbd3e93 (patch) | |
| tree | de9d256195b8df9b945c9f43272a61812cfc08e0 /src/io/sys.h | |
| parent | BUG 168896, fix init.cpp.patch Native windows dialogs breaks some extensions ... (diff) | |
| download | inkscape-69dc47d89f6605a2d9bb7e424766c38ffcbd3e93.tar.gz inkscape-69dc47d89f6605a2d9bb7e424766c38ffcbd3e93.zip | |
BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista tempfiles breaks some extensions (including Save as XAML)
(bzr r5082)
Diffstat (limited to 'src/io/sys.h')
| -rw-r--r-- | src/io/sys.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/sys.h b/src/io/sys.h index fd39c630b..b31602d91 100644 --- a/src/io/sys.h +++ b/src/io/sys.h @@ -18,6 +18,7 @@ #include <glib/gtypes.h> #include <glib/gdir.h> #include <glib/gfileutils.h> +#include <string> /*##################### ## U T I L I T Y @@ -32,6 +33,8 @@ FILE *fopen_utf8name( char const *utf8name, char const *mode ); int mkdir_utf8name( char const *utf8name ); +int file_open_tmp( std::string& name_used, const std::string& prefix ); + bool file_test( char const *utf8name, GFileTest test ); GDir *dir_open(gchar const *utf8name, guint flags, GError **error); |
