summaryrefslogtreecommitdiff
path: root/src/raptor_rss.h
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2010-01-15 08:30:37 -0800
committerDave Beckett <dave@dajobe.org>2010-01-15 08:30:37 -0800
commit921317554141e00f94e93aa305a6bfe9bd9f7bbf (patch)
tree43c413e55b794804f682870f02d8b4eb0bb6d4b8 /src/raptor_rss.h
parent21f73f46e89a77d0a685ed6fc931eceffea7802a (diff)
downloadraptor-921317554141e00f94e93aa305a6bfe9bd9f7bbf.tar.gz
Switch RSS parser and serializer internals from identfier to term
Compiles but does not fully work yet.
Diffstat (limited to 'src/raptor_rss.h')
-rw-r--r--src/raptor_rss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raptor_rss.h b/src/raptor_rss.h
index 561cd611..853d657e 100644
--- a/src/raptor_rss.h
+++ b/src/raptor_rss.h
@@ -278,7 +278,7 @@ struct raptor_rss_block_s
raptor_rss_type rss_type;
/* enclosure: subject node URI/blank node */
- raptor_identifier identifier;
+ raptor_term *identifier;
/* enclosure: node RAPTOR_RSS_ENCLOSURE
category: node RAPTOR_ATOM_CATEGORY
@@ -367,7 +367,7 @@ struct raptor_rss_item_s
{
raptor_world* world;
raptor_uri *uri;
- raptor_identifier identifier;
+ raptor_term* term;
const raptor_rss_item_info *node_type;
int node_typei;
raptor_rss_field* fields[RAPTOR_RSS_FIELDS_SIZE];