refactoring x-client.c - code broken as of this commit
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:
@ -486,6 +486,14 @@ HCL_EXPORT int hcl_sys_send_iov (
|
||||
int count
|
||||
);
|
||||
|
||||
HCL_EXPORT int hcl_sys_open_pipes (
|
||||
int pfd[2]
|
||||
);
|
||||
|
||||
HCL_EXPORT void hcl_sys_close_pipes (
|
||||
int pfd[2]
|
||||
);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user