smol_http

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ddee1411ee8620b891960a6eef4a9c45f11aaff6
parent fc3726c3decf79279b80a769cdb3d2ed44f32328
Author: Anton Kling <anton@kling.gg>
Date:   Sun,  2 Jan 2022 23:20:17 +0100

Removed declaration of chroot.

Diffstat:
Msmol_http.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/smol_http.c b/smol_http.c @@ -104,8 +104,6 @@ static const struct { "webm", "video/webm" }, }; -int chroot(const char *path); - const char * const get_mime(const char * file) { for(;*file && *file++ != '.';);