summaryrefslogtreecommitdiff
path: root/src/libical/icaltimezone.h
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2023-03-24 11:01:48 -0400
committerAllen Winter <allen.winter@kdab.com>2023-03-24 11:01:48 -0400
commitddf953c98124a648d75d640e5de95357b7d754b4 (patch)
treeabf64291b7cdf101fdc677e58342fcdcd30b6d65 /src/libical/icaltimezone.h
parent4d550501c0b0cb2542d8f0d8110971f497103274 (diff)
parent2128cb71d49547b71b5323f140f9272f17f14082 (diff)
downloadlibical-git-master.tar.gz
Merge branch '3.0'HEADmaster
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 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);