Replace verbosity boolean flag with a bitfield of flags.
[claws.git] / src / plugins / rssyl / rssyl_subscribe.h
index 37139b50fa3e18e81f7e6a418544dd4971bcef8d..56e90949f814e41910f29c8339c000c642a17dea 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef __RSSYL_SUBSCRIBE_H
 #define __RSSYL_SUBSCRIBE_H
 
-FolderItem *rssyl_subscribe(FolderItem *parent, const gchar *url, gboolean verbose);
+#include <rssyl_feed.h>
+
+FolderItem *rssyl_subscribe(FolderItem *parent, const gchar *url,
+               RSSylVerboseFlags verbose);
 
 #endif /* __RSSYL_SUBSCRIBE_H */