| 1283 | |
| 1284 | |
| 1285 | int dumpconf(RIG *rig, FILE *fout) |
| 1286 | { |
| 1287 | fprintf(fout, "model: %s\n", rig->caps->model_name); |
| 1288 | rig_token_foreach(rig, print_conf_list, (rig_ptr_t)rig); |
| 1289 | |
| 1290 | return 0; |
| 1291 | } |
| 1292 | |
| 1293 | int dumpconf_list(RIG *rig, FILE *fout) |
| 1294 | { |
no test coverage detected