summaryrefslogtreecommitdiff
path: root/content/hlcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/hlcache.h')
-rw-r--r--content/hlcache.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/hlcache.h b/content/hlcache.h
index 7c4f05290..5ef42a301 100644
--- a/content/hlcache.h
+++ b/content/hlcache.h
@@ -88,6 +88,14 @@ nserror hlcache_handle_retrieve(const char *url, uint32_t flags,
nserror hlcache_handle_release(hlcache_handle *handle);
/**
+ * Abort a high-level cache fetch
+ *
+ * \param handle Handle to abort
+ * \return NSERROR_OK on success, appropriate error otherwise
+ */
+nserror hlcache_handle_abort(hlcache_handle *handle);
+
+/**
* Retrieve a content object from a cache handle
*
* \param handle Cache handle to dereference