X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Frssclient%2Frss_atom_parser.h;fp=citadel%2Fmodules%2Frssclient%2Frss_atom_parser.h;h=43b60f12ec2ccaf426df9ef209dd8680343484cc;hp=71278c7c24e4d2b7da87b00ae18bb06754336ec2;hb=9dbc5955d83d3790c797f4485f3bfd120da835cf;hpb=e296d96701baded9253071b142887af824a1db84 diff --git a/citadel/modules/rssclient/rss_atom_parser.h b/citadel/modules/rssclient/rss_atom_parser.h index 71278c7c2..43b60f12e 100644 --- a/citadel/modules/rssclient/rss_atom_parser.h +++ b/citadel/modules/rssclient/rss_atom_parser.h @@ -67,6 +67,17 @@ typedef struct __networker_save_message { StrBuf *MsgGUID; StrBuf *Message; struct UseTable ut; + + StrBuf *author_email; + StrBuf *author_or_creator; + StrBuf *title; + StrBuf *description; + + StrBuf *link; + StrBuf *linkTitle; + + StrBuf *reLink; + StrBuf *reLinkTitle; } networker_save_message; struct rss_aggregator {