diff options
Diffstat (limited to 'http.h')
| -rw-r--r-- | http.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,6 +79,8 @@ struct http_cfg int (*write)(const void *buf, size_t n, void *user); int (*payload)(const struct http_payload *p, struct http_response *r, void *user); + int (*length)(unsigned long long len, const struct http_cookie *c, + void *user); const char *tmpdir; void *user; }; |
