diff options
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r-- | lib/ephy-file-helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index 6b2d17cfe..15fa16656 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -43,8 +43,8 @@ GSList *ephy_file_find (const char *path, const char *fname, gint maxdepth); -gboolean ephy_file_save_xml (const char *xml_file, - xmlDocPtr doc); +gboolean ephy_file_switch_temp_file (const char *filename, + const char *filename_temp); G_END_DECLS |