]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/rssclient/rss_atom_parser.h
Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / citadel / modules / rssclient / rss_atom_parser.h
index ad0f8b2c41b68f74a6d073f75ebaea01fd847d5c..a9ff561c5a8fe5c49bc7a333e7e236366ded2650 100644 (file)
@@ -102,6 +102,7 @@ struct rss_aggregator {
        time_t           last_error_when;
        time_t           next_poll;
        StrBuf          *Url;
+       StrBuf          *RedirectUrl;
        StrBuf          *rooms;
        pRSSConfig       Cfg;
        HashList        *OtherQRnumbers;
@@ -110,7 +111,7 @@ struct rss_aggregator {
        StrBuf          *Key;
 
        rss_item        *Item;
-       struct recptypes recp;
+       recptypes        recp;
        HashPos         *Pos;
        HashList        *Messages;
        networker_save_message *ThisMsg;