summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetch.h b/content/fetch.h
index 6bf83636d..a91e75662 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -85,6 +85,7 @@ void fetch_change_callback(struct fetch *fetch,
long fetch_http_code(struct fetch *fetch);
const char *fetch_get_referer(struct fetch *fetch);
const char *fetch_get_parent_url(struct fetch *fetch);
+bool fetch_get_verifiable(struct fetch *fetch);
/* API for fetchers themselves */