diff options
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r-- | lib/ephy-file-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index d399b4a5a..bfb7e1b6c 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -40,7 +40,7 @@ const char *ephy_file_tmp_dir (void); char *ephy_file_tmp_filename (const char *base, const char *extension); -void ephy_ensure_dir_exists (const char *dir); +gboolean ephy_ensure_dir_exists (const char *dir); GSList *ephy_file_find (const char *path, const char *fname, |