diff options
Diffstat (limited to 'src/io/sys.h')
| -rw-r--r-- | src/io/sys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/sys.h b/src/io/sys.h index 29c33c1c7..8623f6be9 100644 --- a/src/io/sys.h +++ b/src/io/sys.h @@ -38,6 +38,8 @@ int file_open_tmp( std::string& name_used, const std::string& prefix ); bool file_test( char const *utf8name, GFileTest test ); +bool file_is_writable( char const *utf8name); + GDir *dir_open(gchar const *utf8name, guint flags, GError **error); gchar *dir_read_utf8name(GDir *dir); |
