RSSyl: Convenience checkbox allowing user to open feed properties window after subscr...
[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 };
10
11 typedef struct _RSubCtx RSubCtx;
12
13 void rssyl_subscribe_dialog(RSubCtx *ctx);
14
15 #endif /* __RSSYL_SUBSCRIBE_GTK_H */