fixed some undefined symbol issues
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-14 23:14:45 +09:00
parent fe2b9456f4
commit ceaa977d12
3 changed files with 19 additions and 4 deletions

View File

@ -204,6 +204,18 @@ HCL_EXPORT int hcl_server_proto_feed_reply (
int escape
);
HCL_EXPORT int hcl_server_proto_feed_reply_bytes (
hcl_server_proto_t* proto,
const hcl_bch_t* ptr,
hcl_oow_t len,
int escape
);
HCL_EXPORT int hcl_server_proto_handle_request (
hcl_server_proto_t* proto
);
#if defined(__cplusplus)
}
#endif