refactoring x-client.c - code broken as of this commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-29 19:01:00 +09:00
parent c801556603
commit 31cd79beb4
4 changed files with 362 additions and 128 deletions

View File

@ -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