| 27 | } |
| 28 | |
| 29 | void clear_add_i_state(struct add_i_state *s) |
| 30 | { |
| 31 | interactive_config_clear(&s->cfg); |
| 32 | memset(s, 0, sizeof(*s)); |
| 33 | interactive_config_clear(&s->cfg); |
| 34 | } |
| 35 | |
| 36 | /* |
| 37 | * A "prefix item list" is a list of items that are identified by a string, and |
no test coverage detected