Fix obvious mistake, thanks Michael (bug #3215)
[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         GtkWidget *title;
9 };
10
11 typedef struct _RSubCtx RSubCtx;
12
13 void rssyl_subscribe_dialog(RSubCtx *ctx);
14
15 #endif /* __RSSYL_SUBSCRIBE_GTK_H */