Wrapper for pending commands (ignores return) */
| 216 | |
| 217 | /* Wrapper for pending commands (ignores return) */ |
| 218 | static void was_pending(const struct command_result *res) |
| 219 | { |
| 220 | assert(res); |
| 221 | } |
| 222 | |
| 223 | /* Recursion, so declare now */ |
| 224 | static struct command_result *getroutes_for(struct command *cmd, |
no outgoing calls
no test coverage detected