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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h
index 15fa16656..3366af330 100644
--- a/lib/ephy-file-helpers.h
+++ b/lib/ephy-file-helpers.h
@@ -34,18 +34,21 @@ void ephy_file_helpers_init (void);
void ephy_file_helpers_shutdown (void);
+char *ephy_file_tmp_directory (void);
char *ephy_file_tmp_filename (const char *base,
const char *extension);
void ephy_ensure_dir_exists (const char *dir);
GSList *ephy_file_find (const char *path,
- const char *fname,
- gint maxdepth);
+ const char *fname,
+ gint maxdepth);
gboolean ephy_file_switch_temp_file (const char *filename,
const char *filename_temp);
+void ephy_file_delete_on_exit (const char *path);
+
G_END_DECLS
#endif /* EPHY_FILE_HELPERS_H */