diff options
Diffstat (limited to 'http.h')
-rw-r--r-- | http.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ struct http_ret { * Initialize headers and start the document body with the provided http code. * All parameters are required. */ -void +bool http_open_file(struct kreq *, enum khttp, struct file *); /* |