aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r--lib/ephy-file-helpers.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h
index 2785b6cfa..63ab458de 100644
--- a/lib/ephy-file-helpers.h
+++ b/lib/ephy-file-helpers.h
@@ -34,7 +34,10 @@ void ephy_file_helpers_init (void);
void ephy_file_helpers_shutdown (void);
-const char *ephy_file_tmp_directory (void);
+char *ephy_file_downloads_dir (void);
+
+const char *ephy_file_tmp_dir (void);
+
char *ephy_file_tmp_filename (const char *base,
const char *extension);