diff options
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |