Files
SeaWeb/include/utils.h
2022-03-08 23:40:23 -05:00

6 lines
128 B
C

int PrintLog(unsigned char *message);
int checkHTTPVersion(char *version);
char *php_cgi(char *sPath, struct HTTPRequest *r);