summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2023-08-17 18:10:02 +0200
committerVincent Douillet <vincent@vdouillet.fr>2023-08-19 17:49:54 +0200
commit7caf4597bcfb64dac04b7190dab1022f1bc4e141 (patch)
treee754d4e5bd0799dcac12ea3dc77e2f8a7b10ed54 /http.h
parent1970c9982e99daa26f7fc4c6f16b441a0aa806de (diff)
file download poc
Diffstat (limited to 'http.h')
-rw-r--r--http.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/http.h b/http.h
index b354b98..64ce472 100644
--- a/http.h
+++ b/http.h
@@ -35,9 +35,9 @@
/*
* Initialize headers and start the document body with the provided http code.
- * The KCGI request and khttp code are both required.
+ * All parameters are required.
*/
-void http_open(struct kreq *, enum khttp);
+void http_open(struct kreq * r, enum khttp code, enum kmime mime);
/*
* Send a plain text error response.