| 244 | } |
| 245 | |
| 246 | void setup_option_allocators(void) |
| 247 | { |
| 248 | /*~ These functions make ccan/opt use tal for allocations */ |
| 249 | opt_set_alloc(opt_allocfn, tal_reallocfn, tal_freefn); |
| 250 | } |
| 251 | |
| 252 | /* network is NULL for parsing top-level config file. */ |
| 253 | static void parse_implied_config_file(const char *config_basedir, |
no test coverage detected