aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/httpd_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/httpd_client.h')
-rw-r--r--src/output/httpd_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/httpd_client.h b/src/output/httpd_client.h
index 80ab6bc2e..4a2912f80 100644
--- a/src/output/httpd_client.h
+++ b/src/output/httpd_client.h
@@ -35,7 +35,7 @@ struct page;
* @param fd the socket file descriptor
*/
struct httpd_client *
-httpd_client_new(struct httpd_output *httpd, int fd);
+httpd_client_new(struct httpd_output *httpd, int fd, bool metadata_supported);
/**
* Frees memory and resources allocated by the #httpd_client object.