| 1009 | } |
| 1010 | |
| 1011 | static struct trailer_block *trailer_block_new(void) |
| 1012 | { |
| 1013 | struct trailer_block *trailer_block = xcalloc(1, sizeof(*trailer_block)); |
| 1014 | return trailer_block; |
| 1015 | } |
| 1016 | |
| 1017 | static struct trailer_block *trailer_block_get(const struct process_trailer_options *opts, |
| 1018 | const char *str) |
no test coverage detected