From 0fad46cd0f21af5b896e7a6ee1f3b45fdf2a091a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 16:10:47 +0100 Subject: reduce unecessary usage of content headers --- content/llcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/llcache.h') 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 -- cgit v1.2.3