enhanced formatting functions to accept hcl as the first parameter in order to extend hcl_fmttobcstr() adn hcl_fmttoucstr() to handle %O and %J
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -163,7 +163,7 @@ typedef void (*hcl_client_log_write_t) (
|
||||
);
|
||||
|
||||
typedef int (*hcl_client_on_packet_t) (
|
||||
hcl_xproto_t* proto,
|
||||
hcl_client_t* client,
|
||||
hcl_xpkt_type_t type,
|
||||
const void* data,
|
||||
hcl_oow_t len
|
||||
|
Reference in New Issue
Block a user