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

6 lines
128 B
C

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