first working RSS collection with async DB-Saves
[citadel.git] / citadel / modules / rssclient / rss_atom_parser.h
index 2af7c9fdb3953091710ebbdadbae946409aac719..208bbc0bf126df2b0e553eb735dd5dac764a362f 100644 (file)
@@ -45,6 +45,7 @@ typedef struct _rss_item {
 
 typedef struct rssnetcfg rssnetcfg;
 struct rssnetcfg {
+       int Attached;
        rssnetcfg *next;
        StrBuf* Url;
        char *rooms;