summaryrefslogtreecommitdiff
path: root/src/feeds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feeds.h')
-rw-r--r--src/feeds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feeds.h b/src/feeds.h
index 5ff2adfb..8863d24f 100644
--- a/src/feeds.h
+++ b/src/feeds.h
@@ -34,6 +34,7 @@ struct Impl_FeedEntry {
34 iTime discovered; 34 iTime discovered;
35 iString url; 35 iString url;
36 iString title; 36 iString title;
37 iBool isHeading; /* URL fragment points to a heading */
37 uint32_t bookmarkId; /* note: runtime only, not a persistent ID */ 38 uint32_t bookmarkId; /* note: runtime only, not a persistent ID */
38}; 39};
39 40