Fix bug #3363 “preferences page composition seems weird”
[claws.git] / src / plugins / rssyl / rssyl_update_feed.h
1 #ifndef __RSSYL_UPDATE_FEED
2 #define __RSSYL_UPDATE_FEED
3
4 #include <glib.h>
5
6 #include "rssyl.h"
7
8 void rssyl_fetch_feed(RFetchCtx *ctx, gboolean verbose);
9
10 RFetchCtx *rssyl_prep_fetchctx_from_url(gchar *url);
11 RFetchCtx *rssyl_prep_fetchctx_from_item(RFolderItem *ritem);
12
13 gboolean rssyl_update_feed(RFolderItem *ritem, gboolean verbose);
14
15 void rssyl_update_recursively(FolderItem *item);
16
17 void rssyl_update_all_feeds(void);
18
19 #endif /* __RSSYL_UPDATE_FEED */