added more name resolution code

This commit is contained in:
2014-07-18 17:11:03 +00:00
parent 88aaa1532a
commit ad0d80fff5
4 changed files with 279 additions and 39 deletions

View File

@ -122,9 +122,10 @@ struct qse_httpd_dirent_t
};
typedef void (*qse_httpd_resol_t) (
qse_httpd_t* httpd,
const qse_nwad_t* nwad,
void* ctx
qse_httpd_t* httpd,
const qse_mchar_t* name,
const qse_nwad_t* nwad,
void* ctx
);
typedef struct qse_httpd_scb_t qse_httpd_scb_t;