summaryrefslogtreecommitdiff
path: root/src/raptor_rss.h
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2009-02-21 19:32:43 +0000
committerDave Beckett <dave@dajobe.org>2009-02-21 19:32:43 +0000
commitd87257e7b14e868d8be9bbc37ed11f313307b219 (patch)
treed66b17a28d91e4282d6badb49499e60065f073b3 /src/raptor_rss.h
parentc3ac0244ae7a9e3615021f1cff1531f15980f0e9 (diff)
downloadraptor-d87257e7b14e868d8be9bbc37ed11f313307b219.tar.gz
raptor_rss_field_info renamed from raptor_rss_info
Diffstat (limited to 'src/raptor_rss.h')
-rw-r--r--src/raptor_rss.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/raptor_rss.h b/src/raptor_rss.h
index 90aa8f32..870682b4 100644
--- a/src/raptor_rss.h
+++ b/src/raptor_rss.h
@@ -116,13 +116,13 @@ extern const raptor_rss_namespace_info raptor_rss_namespaces_info[RAPTOR_RSS_NAM
#define RAPTOR_RSS_INFO_FLAG_URI_VALUE 1
#define RAPTOR_RSS_INFO_FLAG_BLOCK_VALUE 2
-/* Typed nodes used in RSS */
+/* Namespaced elements used in feeds */
typedef struct {
const char* name;
rss_info_namespace nspace;
int flags;
raptor_rss_type block_type;
-} raptor_rss_info;
+} raptor_rss_field_info;
/* Fields of typed nodes used in RSS */
typedef enum {
@@ -220,7 +220,7 @@ typedef enum {
RAPTOR_RSS_FIELDS_SIZE=RAPTOR_RSS_FIELD_UNKNOWN
} raptor_rss_fields_type;
-extern const raptor_rss_info raptor_rss_fields_info[RAPTOR_RSS_FIELDS_SIZE+2];
+extern const raptor_rss_field_info raptor_rss_fields_info[RAPTOR_RSS_FIELDS_SIZE+2];
typedef struct {
raptor_rss_fields_type from;