diff options
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r-- | lib/ephy-file-helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index bf52f75b6..f7564b55b 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -57,6 +57,7 @@ gboolean ephy_file_helpers_init (const char *profile_dir, GError **error); const char * ephy_file (const char *filename); const char * ephy_dot_dir (void); +gboolean ephy_dot_dir_is_default (void); void ephy_file_helpers_shutdown (void); char * ephy_file_get_downloads_dir (void); char * ephy_file_desktop_dir (void); |