Add a plugin method to allow updating stored passwords on master password change.
[claws.git] / src / plugins / rssyl / rssyl_subscribe_gtk.h
1 #ifndef __RSSYL_SUBSCRIBE_GTK_H
2 #define __RSSYL_SUBSCRIBE_GTK_H
3
4 #include "libfeed/feed.h"
5
6 struct _RSubCtx {
7         Feed *feed;
8         gboolean edit_properties;
9         gchar *official_title;
10 };
11
12 typedef struct _RSubCtx RSubCtx;
13
14 void rssyl_subscribe_dialog(RSubCtx *ctx);
15
16 #endif /* __RSSYL_SUBSCRIBE_GTK_H */