Request handler

This commit is contained in:
2022-12-29 10:27:54 +01:00
parent cf3cff0746
commit 5c72a0cb60
3 changed files with 16 additions and 7 deletions

View File

@ -27,6 +27,6 @@ typedef struct {
host_config_t *get_host_config(const char *host);
void *client_handler(client_ctx_t *client);
int client_request_handler(client_ctx_t *cctx);
#endif //SESIMOS_CLIENT_H