2013-02-20 [colin] 3.9.0cvs87
[claws.git] / src / plugins / rssyl / opml.h
1 #ifndef __RSSYL_OPML
2 #define __RSSYL_OPML
3
4 #include "rssyl.h"
5
6 void rssyl_opml_export(void);
7 void rssyl_opml_import(const gchar *opmlfile, FolderItem *parent);
8
9 #endif /* __RSSYL_OPML */