diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 19:02:32 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-13 19:02:32 +0800 |
commit | 8a35fece1b96e7b3d3938a2e9bfe7467908fbf42 (patch) | |
tree | 92e81e3699e6cc2f20af543e02fc966a449ae32a /calendar/gui/calendar-config.h | |
parent | f4f4f94e728d3973f7d780ca9390795c31e07578 (diff) | |
download | gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.gz gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.zst gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.zip |
fixes #213660
svn path=/trunk/; revision=31167
Diffstat (limited to 'calendar/gui/calendar-config.h')
-rw-r--r-- | calendar/gui/calendar-config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h index b111dbe04c..e99265e784 100644 --- a/calendar/gui/calendar-config.h +++ b/calendar/gui/calendar-config.h @@ -251,4 +251,7 @@ void calendar_config_check_timezone_set (void); supports 12-hour time format. */ gboolean calendar_config_locale_supports_12_hour_format(void); +void calendar_config_set_dir_path (const char *); +char * calendar_config_get_dir_path (void); + #endif /* _CALENDAR_CONFIG_H_ */ |