Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 676174
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- /src/libical/icaltime.h
0
++ /src/libical/icaltime.h
Lines 138-143 Link Here
138
                                                                      const int is_date,
138
                                                                      const int is_date,
139
                                                                      const icaltimezone *zone);
139
                                                                      const icaltimezone *zone);
140
140
141
/** Backwards compatibility API. */
142
static inline struct icaltimetype icaltime_from_timet(const time_t tm,
143
                                                                      const int is_date)
144
{
145
		  return icaltime_from_timet_with_zone(tm, is_date, NULL);
146
}
147
141
/** create a time from an ISO format string */
148
/** create a time from an ISO format string */
142
LIBICAL_ICAL_EXPORT struct icaltimetype icaltime_from_string(const char *str);
149
LIBICAL_ICAL_EXPORT struct icaltimetype icaltime_from_string(const char *str);
143
150

Return to bug 676174