RSSyl: Fix Atom parser getting lost within feed/author.
[claws.git] / src / plugins / rssyl / libfeed / date.h
1 #ifndef __DATE_H
2 #define __DATE_H
3
4 #include <time.h>
5 #include <glib.h>
6
7 time_t parseISO8601Date(gchar *date);
8 gchar *createRFC822Date(const time_t *time);
9 time_t parseRFC822Date(gchar *date);
10
11 #endif /* __DATE_H */