summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-07 17:38:13 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-07 17:38:13 -0400
commit5265830f377ce66a0bc76ae7385abcb3dc309b2f (patch)
tree34a1874307251a2dc428703973c7a59fdd0c3fd6 /src
parent41aa926f4c3008d6df7ad920a268f4a418deca1d (diff)
downloadlibical-git-5265830f377ce66a0bc76ae7385abcb3dc309b2f.tar.gz
src/libical/icaltz-util.h - hide icaltzutil_fetch_timezone
icaltzutil_fetch_timezone should never have been an exported symbol -- it is intended for library-use only fixes: #466
Diffstat (limited to 'src')
-rw-r--r--src/libical/icaltz-util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libical/icaltz-util.h b/src/libical/icaltz-util.h
index bc24cdd1..25879748 100644
--- a/src/libical/icaltz-util.h
+++ b/src/libical/icaltz-util.h
@@ -44,7 +44,9 @@ LIBICAL_ICAL_EXPORT void icaltzutil_set_zone_directory(const char *zonepath);
*
* @param location is a string containing the name of a location with a timezone file
* found under the zoneinfo data.
+ *
+ * @since 3.1 no longer publicly accessible
*/
-LIBICAL_ICAL_EXPORT icalcomponent *icaltzutil_fetch_timezone(const char *location);
+LIBICAL_ICAL_NO_EXPORT icalcomponent *icaltzutil_fetch_timezone(const char *location);
#endif