Add a plugin method to allow updating stored passwords on master password change.
[claws.git] / src / plugins / rssyl / parse822.h
1 #ifndef __RSSYL_PARSE822_H
2 #define __RSSYL_PARSE822_H
3
4 #include <glib.h>
5
6 #include "libfeed/feeditem.h"
7 #include "rssyl.h"
8
9 struct _RFeedCtx {
10         gchar *path;
11         time_t last_seen;
12 };
13
14 typedef struct _RFeedCtx RFeedCtx;
15
16 FeedItem *rssyl_parse_folder_item_file(gchar *path);
17 void rssyl_folder_read_existing(RFolderItem *ritem);
18
19 #endif /* __RSSYL_PARSE822_H */