2013-02-13 [colin] 3.9.0cvs65
[claws.git] / src / plugins / vcalendar / icaltime_as_local.h
1 #ifndef __ICALTIME_AS_LOCAL_H__
2 #define __ICALTIME_AS_LOCAL_H__
3 #include <time.h>
4 #include <ical.h>
5 #undef PACKAGE_BUGREPORT        /* Why are they in ical.h? */
6 #undef PACKAGE_NAME
7 #undef PACKAGE_STRING
8 #undef PACKAGE_TARNAME
9 #undef PACKAGE_VERSION
10 #undef PACKAGE
11 #undef VERSION
12
13 #if !HAVE_ICALTIME_AS_LOCAL
14
15 struct icaltimetype icaltime_as_local(struct icaltimetype tt);
16
17 #endif
18 #endif