Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
icaltimezone_p.h
1/*
2 * Authors :
3 * Chenthill Palanisamy <pchenthill@novell.com>
4 *
5 * SPDX-FileCopyrightText: 2007, Novell, Inc.
6 * SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
7 */
8
9#ifndef ICALTIMEZONE_P_H
10#define ICALTIMEZONE_P_H
11
12#include "libical_ical_export.h"
13#include "icalcomponent.h"
14
15#define ZONES_TAB_SYSTEM_FILENAME "zone.tab"
16
26LIBICAL_ICAL_NO_EXPORT icalcomponent *icaltimezone_fetch_timezone(const char *location);
27
28#endif