| 103 | } |
| 104 | |
| 105 | static void write_blocked(const void *data, unsigned long size) |
| 106 | { |
| 107 | do_write_blocked(data, size); |
| 108 | finish_record(); |
| 109 | } |
| 110 | |
| 111 | /* |
| 112 | * The end of tar archives is marked by 2*512 nul bytes and after that |
no test coverage detected