48321e6571712d1f95bea07f0f1f6655b5cd8323
[claws.git] / src / plugins / rssyl / parsers.h
1 #ifndef __PARSERS_H
2 #define __PARSERS_H
3
4 #include <glib.h>
5 #include <libxml/parser.h>
6
7 #include "feed.h"
8
9 gint rssyl_parse_rss(xmlDocPtr doc, RSSylFolderItem *ritem, gchar *parent);
10 gint rssyl_parse_rdf(xmlDocPtr doc, RSSylFolderItem *ritem, gchar *parent);
11 gint rssyl_parse_atom(xmlDocPtr doc, RSSylFolderItem *ritem, gchar *parent);
12
13 #endif /* __PARSERS_H */