| 68 | } |
| 69 | |
| 70 | void connect_htlc_out(struct htlc_out_map *map, struct htlc_out *hend) |
| 71 | { |
| 72 | tal_add_destructor2(hend, destroy_htlc_out, map); |
| 73 | htlc_out_map_add(map, hend); |
| 74 | } |
| 75 | |
| 76 | static void *corrupt(const char *abortstr, const char *fmt, ...) |
| 77 | PRINTF_FMT(2,3); |
no outgoing calls
no test coverage detected