remove qse_cstr_t and related types. switched all existing references to qse_cstr_t and its family
This commit is contained in:
@ -169,7 +169,7 @@ qse_http_method_t qse_mbstohttpmethod (const qse_mchar_t* name)
|
||||
return QSE_HTTP_OTHER;
|
||||
}
|
||||
|
||||
qse_http_method_t qse_mcstrtohttpmethod (const qse_mcstr_t* name)
|
||||
qse_http_method_t qse_mcstrtohttpmethod (const qse_mxstr_t* name)
|
||||
{
|
||||
/* perform binary search */
|
||||
|
||||
|
Reference in New Issue
Block a user