| 180 | } |
| 181 | |
| 182 | void setup_option_allocators(void) |
| 183 | { |
| 184 | /*~ These functions make ccan/opt use tal for allocations */ |
| 185 | opt_set_alloc(opt_allocfn, tal_reallocfn, tal_freefn); |
| 186 | } |
| 187 | |
| 188 | static void parse_configvars(struct configvar **cvs, |
| 189 | bool early, |
no test coverage detected