summaryrefslogtreecommitdiff
path: root/src/raptor_rss.h
diff options
context:
space:
mode:
authorLauri Aalto <laalto@iki.fi>2008-09-04 10:33:18 +0000
committerLauri Aalto <laalto@iki.fi>2008-09-04 10:33:18 +0000
commitc99741ff4dd9c622b74ef9cc5f52da3b3420ef20 (patch)
tree23caf0fca2941e28d1daa8e436028196985a61ab /src/raptor_rss.h
parente047002609bcf672a049bbba62446713ce76c356 (diff)
downloadraptor-c99741ff4dd9c622b74ef9cc5f52da3b3420ef20.tar.gz
(raptor_rdfxml_start_element_handler,raptor_rss_new_enclosure): Bugfix: Initialize world fields in composed raptor_identifiers.
Diffstat (limited to 'src/raptor_rss.h')
-rw-r--r--src/raptor_rss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor_rss.h b/src/raptor_rss.h
index 42c2625e..aeeef8a9 100644
--- a/src/raptor_rss.h
+++ b/src/raptor_rss.h
@@ -312,7 +312,7 @@ void raptor_free_rss_item(raptor_rss_item* item);
void raptor_rss_item_add_enclosure(raptor_rss_item* item, raptor_rss_enclosure* enclosure);
void raptor_rss_item_add_field(raptor_rss_item* item, int type, raptor_rss_field* field);
-raptor_rss_enclosure* raptor_rss_new_enclosure(void);
+raptor_rss_enclosure* raptor_rss_new_enclosure(raptor_world* world);
void raptor_enclosure_free(raptor_rss_enclosure* enclosure);
raptor_rss_field* raptor_rss_new_field(void);