X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Frssyl%2Flibfeed%2Fparser_rdf.c;h=77e1df5e5b628a75689bd4d3af4bd654f34a5881;hp=d514bf0b1431b67ca2e20e5f0e497b82371ab491;hb=a52401526d1d7d9257623a5dac44ffb378371303;hpb=e0aa60ca7ac4d26fe0dd4b00cad59a0e770bb009 diff --git a/src/plugins/rssyl/libfeed/parser_rdf.c b/src/plugins/rssyl/libfeed/parser_rdf.c index d514bf0b1..77e1df5e5 100644 --- a/src/plugins/rssyl/libfeed/parser_rdf.c +++ b/src/plugins/rssyl/libfeed/parser_rdf.c @@ -28,6 +28,12 @@ #include "date.h" #include "parser_rdf.h" +enum { + FEED_LOC_RDF_NONE, + FEED_LOC_RDF_CHANNEL, + FEED_LOC_RDF_ITEM +} FeedRdfLocations; + void feed_parser_rdf_start(void *data, const gchar *el, const gchar **attr) { FeedParserCtx *ctx = (FeedParserCtx *)data;