| 44 | } |
| 45 | |
| 46 | void log_all_partitions(const disk_t *disk, const list_part_t *list_part) |
| 47 | { |
| 48 | const list_part_t *element; |
| 49 | for(element=list_part; element!=NULL; element=element->next) |
| 50 | log_partition(disk, element->part); |
| 51 | } |
no test coverage detected