touched up code a bit

This commit is contained in:
2012-09-07 15:33:44 +00:00
parent ea3ebef8f1
commit efcccc05e7
3 changed files with 31 additions and 1471 deletions

View File

@ -560,6 +560,10 @@ void* qse_httpd_getxtnstd (
qse_httpd_t* httpd
);
int qse_httpd_loopstd (
qse_httpd_t* httpd,
qse_ntime_t timeout
);
#ifdef __cplusplus
}