| 183 | layer_eq_name, layer_name_hash); |
| 184 | |
| 185 | struct layer_name_hash *new_layer_name_hash(const tal_t *ctx) |
| 186 | { |
| 187 | return new_htable(ctx, layer_name_hash); |
| 188 | } |
| 189 | |
| 190 | struct layer *new_temp_layer(const tal_t *ctx, struct askrene *askrene, const char *name TAKES) |
| 191 | { |