C-API: Add error socket to clixon_proc_socket()

This commit is contained in:
Olof hagsand 2024-01-31 14:36:40 +01:00
parent 9ecc7e0791
commit 3149d53564
3 changed files with 22 additions and 6 deletions

View file

@ -69,7 +69,7 @@ Developers may need to change their code
* `clicon_suberrno` -> `clixon_err_subnr()`
* `clicon_err_reason` -> `clixon_err_reason()`
* Changed process API:
* `clixon_proc_socket(...)` --> `clixon_proc_socket(h, ...)`
* `clixon_proc_socket(...)` --> `clixon_proc_socket(h, ..., sockerr)`
### Corrected Bugs