| 1626 | } |
| 1627 | |
| 1628 | static int hash_model_list(const struct rot_caps *caps, void *data) |
| 1629 | { |
| 1630 | |
| 1631 | hash_add_model(caps->rot_model, |
| 1632 | caps->mfg_name, |
| 1633 | caps->model_name, |
| 1634 | caps->version, |
| 1635 | rig_strstatus(caps->status), |
| 1636 | caps->macro_name); |
| 1637 | |
| 1638 | return 1; /* !=0, we want them all ! */ |
| 1639 | } |
| 1640 | |
| 1641 | static void print_model_list() |
| 1642 | { |
nothing calls this directly
no test coverage detected