commit 3d9a1c73de100ab3f6207af3700121e9a3607a1b from: Omar Polo date: Mon Dec 28 08:57:58 2020 UTC fixing prototype order commit - 4a28dd014ac9a135b84902a0424aed8abbc68cb2 commit + 3d9a1c73de100ab3f6207af3700121e9a3607a1b blob - 963a5bb73a43c7135f532ac0c5be60c2946974cc blob + a691a7c604ae17d7c8089d3ff01c97764219ef29 --- gmid.h +++ gmid.h @@ -128,9 +128,8 @@ enum { void sig_handler(int); int starts_with(const char*, const char*); -ssize_t filesize(int); - int start_reply(struct pollfd*, struct client*, int, const char*); +ssize_t filesize(int); const char *path_ext(const char*); const char *mime(const char*); int check_path(struct client*, const char*, int*);