This commit is contained in:
@ -318,8 +318,6 @@ HCL_EXPORT void hcl_client_close (
|
||||
HCL_EXPORT int hcl_client_start (
|
||||
hcl_client_t* client,
|
||||
const char* ipaddr,
|
||||
const char* script,
|
||||
int reuse_addr,
|
||||
int shut_wr_after_req
|
||||
);
|
||||
|
||||
@ -480,6 +478,12 @@ HCL_EXPORT int hcl_xproto_process (
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
HCL_EXPORT int hcl_sys_send (
|
||||
int sck,
|
||||
const void* data,
|
||||
hcl_oow_t* size /* [IN] number of bytes to write, [OUT] number of bytes written */
|
||||
);
|
||||
|
||||
HCL_EXPORT int hcl_sys_send_iov (
|
||||
int sck,
|
||||
hcl_iovec_t* iov, /* note this is not read-only and can change */
|
||||
|
Reference in New Issue
Block a user