summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index eeaa67cbf..05b1940f2 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -108,6 +108,8 @@ struct content {
nsurl *refresh; /**< URL for refresh request */
+ struct content_rfc5988_link *links; /**< list of metadata links */
+
unsigned int time; /**< Creation time,
if LOADING or READY,
otherwise total time. */
@@ -160,6 +162,11 @@ void content_broadcast(struct content *c, content_msg msg,
void content_add_error(struct content *c, const char *token,
unsigned int line);
+bool content__add_rfc5988_link(struct content *c,
+ const struct content_rfc5988_link *link);
+struct content_rfc5988_link *content__free_rfc5988_link(
+ struct content_rfc5988_link *link);
+
void content__reformat(struct content *c, bool background,
int width, int height);
void content__request_redraw(struct content *c,