aboutsummaryrefslogtreecommitdiff
path: root/src/capi.h
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-23 16:53:57 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-23 16:53:57 -0300
commit37e9c1e7d1dbf66ee78189c2775922f8360c0e60 (patch)
tree863a464788c939466a7b561eeaaa42759fe958db /src/capi.h
parent9df15efd4e1e782f406f1f045361c50cd615759e (diff)
Cleanup and logic change in a_Cache_set_content_type().
Diffstat (limited to 'src/capi.h')
-rw-r--r--src/capi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/capi.h b/src/capi.h
index fe1cacdf..3bfc313e 100644
--- a/src/capi.h
+++ b/src/capi.h
@@ -26,7 +26,8 @@ int a_Capi_open_url(DilloWeb *web, CA_Callback_t Call, void *CbData);
int a_Capi_get_buf(const DilloUrl *Url, char **PBuf, int *BufSize);
void a_Capi_unref_buf(const DilloUrl *Url);
const char *a_Capi_get_content_type(const DilloUrl *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);
int a_Capi_get_flags(const DilloUrl *Url);
int a_Capi_dpi_send_cmd(DilloUrl *url, void *bw, char *cmd, char *server,
int flags);