summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-06 16:10:47 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-06 16:10:47 +0100
commit0fad46cd0f21af5b896e7a6ee1f3b45fdf2a091a (patch)
tree281d5a2459a7916e4fa440365b42af027c69a548 /content
parent9c8d60792f42b5dd6b56e38bfc10467d1a5d22a7 (diff)
downloadnetsurf-0fad46cd0f21af5b896e7a6ee1f3b45fdf2a091a.tar.gz
netsurf-0fad46cd0f21af5b896e7a6ee1f3b45fdf2a091a.tar.bz2
reduce unecessary usage of content headers
Diffstat (limited to 'content')
-rw-r--r--content/hlcache.h2
-rw-r--r--content/llcache.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/hlcache.h b/content/hlcache.h
index 0dd102062..3d9f41cdb 100644
--- a/content/hlcache.h
+++ b/content/hlcache.h
@@ -39,7 +39,7 @@ typedef struct hlcache_child_context {
} hlcache_child_context;
/** High-level cache event */
-typedef struct {
+typedef struct hlcache_event {
content_msg type; /**< Event type */
union content_msg_data data; /**< Event data */
} hlcache_event;
diff --git a/content/llcache.h b/content/llcache.h
index cce9a79bf..796db66f8 100644
--- a/content/llcache.h
+++ b/content/llcache.h
@@ -37,7 +37,7 @@ struct fetch_multipart_data;
typedef struct llcache_handle llcache_handle;
/** POST data object for low-level cache requests */
-typedef struct {
+typedef struct llcache_post_data {
enum {
LLCACHE_POST_URL_ENCODED,
LLCACHE_POST_MULTIPART