aboutsummaryrefslogtreecommitdiff
path: root/src/capi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/capi.c')
-rw-r--r--src/capi.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/capi.c b/src/capi.c
index cfd059f5..41df8de6 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -421,9 +421,10 @@ const char *a_Capi_get_content_type(const DilloUrl *url)
/*
* Set the Content-Type for the URL.
*/
-const char *a_Capi_set_content_type(const DilloUrl *url, const char *ctype)
+const char *a_Capi_set_content_type(const DilloUrl *url, const char *ctype,
+ const char *from)
{
- return a_Cache_set_content_type(url, ctype);
+ return a_Cache_set_content_type(url, ctype, from);
}
/*