From 6395ec0243694ee6677e65c4d5fef0731d7c7e86 Mon Sep 17 00:00:00 2001 From: Daniel Gryniewicz Date: Mon, 27 Nov 2006 18:49:11 +0000 Subject: ** Fix for bug #349966 2006-11-28 Daniel Gryniewicz ** Fix for bug #349966 svn path=/trunk/; revision=33026 --- e-util/e-util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index 1d3d6ba150..d0faa995d8 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -217,6 +217,9 @@ gchar *e_strdup_append_strings (gcha ...); cairo_font_options_t * get_font_options (); +void e_file_update_save_path(char *uri, gboolean free); +char *e_file_get_save_path(void); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit