summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2024-05-13 22:04:01 +0200
committerVincent Douillet <vincent@vdouillet.fr>2024-05-13 22:31:42 +0200
commit4be89075c5bb5793f8c79da8f8df1accc1f0168f (patch)
tree6407385f4d4827651a10a495f829a6bfa0109f3a /http.h
parent10eb77f9323110c55f88195c5b8207eb524baa73 (diff)
fix encodings in headers and file paths
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 *);
/*