summaryrefslogtreecommitdiff
path: root/src/libical/icaltimezone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libical/icaltimezone.h')
-rw-r--r--src/libical/icaltimezone.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libical/icaltimezone.h b/src/libical/icaltimezone.h
index 90951ac4..51eb5185 100644
--- a/src/libical/icaltimezone.h
+++ b/src/libical/icaltimezone.h
@@ -199,6 +199,9 @@ LIBICAL_ICAL_EXPORT void icaltimezone_truncate_vtimezone(icalcomponent *vtz,
* @par Handling the default location the timezone files
*/
+/** Gets the directory to look for the zonefiles */
+LIBICAL_ICAL_EXPORT const char *get_zone_directory(void);
+
/** Sets the directory to look for the zonefiles */
LIBICAL_ICAL_EXPORT void set_zone_directory(const char *path);