diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-11-28 02:49:11 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-11-28 02:49:11 +0800 |
commit | 6395ec0243694ee6677e65c4d5fef0731d7c7e86 (patch) | |
tree | 35b199198b2bcd4b31c2883feb8ab408c12b2ce6 /e-util/e-util.h | |
parent | 97585dc9f97faf21762939ef107eba756a47ef63 (diff) | |
download | gsoc2013-evolution-6395ec0243694ee6677e65c4d5fef0731d7c7e86.tar.gz gsoc2013-evolution-6395ec0243694ee6677e65c4d5fef0731d7c7e86.tar.zst gsoc2013-evolution-6395ec0243694ee6677e65c4d5fef0731d7c7e86.zip |
** Fix for bug #349966
2006-11-28 Daniel Gryniewicz <dang@gentoo.org>
** Fix for bug #349966
svn path=/trunk/; revision=33026
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |