fixing prototype order

This commit is contained in:
Omar Polo 2020-12-28 09:57:58 +01:00
parent 4a28dd014a
commit 3d9a1c73de
No known key found for this signature in database
GPG Key ID: 35F98C96A1786F0D

3
gmid.h
View File

@ -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*);