| 569 | int_fast32_t r_time; /* transition time of rule */ |
| 570 | }; |
| 571 | |
| 572 | static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t, |
| 573 | struct tm *, time_t *); |
| 574 | static bool increment_overflow_time(time_t *, int_fast32_2s); |
nothing calls this directly
no outgoing calls
no test coverage detected