diff options
Diffstat (limited to 'src/output/httpd_client.h')
-rw-r--r-- | src/output/httpd_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/httpd_client.h b/src/output/httpd_client.h index 56a0203a3..c81cdb12f 100644 --- a/src/output/httpd_client.h +++ b/src/output/httpd_client.h @@ -54,7 +54,7 @@ httpd_client_queue_size(const struct httpd_client *client); * Clears the page queue. */ void -httpd_client_cancel(const struct httpd_client *client); +httpd_client_cancel(struct httpd_client *client); /** * Appends a page to the client's queue. |