| 7022 | } |
| 7023 | |
| 7024 | xo_ssize_t |
| 7025 | xo_open_container_d (const char *name) |
| 7026 | { |
| 7027 | return xo_open_container_hf(NULL, XOF_DTRT, name); |
| 7028 | } |
| 7029 | |
| 7030 | static int |
| 7031 | xo_do_close_container (xo_handle_t *xop, const char *name) |
nothing calls this directly
no test coverage detected