moved functions around

This commit is contained in:
Pin
2022-03-06 23:08:18 -05:00
parent fc4af96282
commit de1bac616b
12 changed files with 343 additions and 262 deletions

View File

@@ -1,3 +1,5 @@
int PrintLog(unsigned char *message);
int checkHTTPVersion(char *version);
char *php_cgi(char *sPath, struct HTTPRequest *r);