diff options
author | Allen Winter <allen.winter@kdab.com> | 2023-03-24 11:01:48 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2023-03-24 11:01:48 -0400 |
commit | ddf953c98124a648d75d640e5de95357b7d754b4 (patch) | |
tree | abf64291b7cdf101fdc677e58342fcdcd30b6d65 /src/libical/icaltimezone.h | |
parent | 4d550501c0b0cb2542d8f0d8110971f497103274 (diff) | |
parent | 2128cb71d49547b71b5323f140f9272f17f14082 (diff) | |
download | libical-git-master.tar.gz |
Diffstat (limited to 'src/libical/icaltimezone.h')
-rw-r--r-- | src/libical/icaltimezone.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libical/icaltimezone.h b/src/libical/icaltimezone.h index 01677150..b4feb10f 100644 --- a/src/libical/icaltimezone.h +++ b/src/libical/icaltimezone.h @@ -191,6 +191,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); |