Needs a different signature than do_clean */
| 428 | |
| 429 | /* Needs a different signature than do_clean */ |
| 430 | static void do_clean_timer(void *unused) |
| 431 | { |
| 432 | assert(timer_cinfo.cleanup_reqs_remaining == 0); |
| 433 | do_clean(&timer_cinfo); |
| 434 | } |
| 435 | |
| 436 | static struct command_result *json_autocleaninvoice(struct command *cmd, |
| 437 | const char *buffer, |
nothing calls this directly
no test coverage detected