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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h
index f7564b55b..fc50c638d 100644
--- a/lib/ephy-file-helpers.h
+++ b/lib/ephy-file-helpers.h
@@ -91,6 +91,7 @@ gboolean ephy_file_delete_dir_recursively (GFile *file,
void ephy_file_delete_uri (const char *uri);
char * ephy_file_create_data_uri_for_filename (const char *filename,
const char *mime_type);
+char * ephy_sanitize_filename (char *filename);
G_END_DECLS