| 7426 | } |
| 7427 | |
| 7428 | xo_ssize_t |
| 7429 | xo_open_instance_hd (xo_handle_t *xop, const char *name) |
| 7430 | { |
| 7431 | return xo_open_instance_hf(xop, XOF_DTRT, name); |
| 7432 | } |
| 7433 | |
| 7434 | xo_ssize_t |
| 7435 | xo_open_instance_d (const char *name) |
nothing calls this directly
no test coverage detected