summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.h b/http.h
index 5f09c88..6ca25e9 100644
--- a/http.h
+++ b/http.h
@@ -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 *);
/*