added qse_httpd_server_cgistd_t, qse_httpd_server_idxstd_t, qse_httpd_server_mimestd_t.
changed qse_httpd_cbstd_t to qse_httpd_server_cbstd_t. change qse_httpd_attachserver() and qse_httpd_attacheserverstd()
This commit is contained in:
@ -170,11 +170,10 @@ qse_uint64_t qse_randxs64 (
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
qse_size_t qse_enbase64 (
|
||||
const qse_uint8_t* in,
|
||||
const void* in,
|
||||
qse_size_t isz,
|
||||
qse_mchar_t* out,
|
||||
qse_mchar_t* out,
|
||||
qse_size_t osz,
|
||||
qse_size_t* xsz
|
||||
);
|
||||
@ -182,7 +181,7 @@ qse_size_t qse_enbase64 (
|
||||
qse_size_t qse_debase64 (
|
||||
const qse_mchar_t* in,
|
||||
qse_size_t isz,
|
||||
qse_uint8_t* out,
|
||||
void* out,
|
||||
qse_size_t osz,
|
||||
qse_size_t* xsz
|
||||
);
|
||||
|
Reference in New Issue
Block a user