| 171 | } |
| 172 | |
| 173 | struct command_result *ignore_datastore_reply(struct command *cmd, |
| 174 | const char *method, |
| 175 | const char *buf, |
| 176 | const jsmntok_t *result, |
| 177 | void *arg) |
| 178 | { |
| 179 | return command_still_pending(cmd); |
| 180 | } |
| 181 | |
| 182 | /* FIXME: reorder to avoid fwd decls. */ |
| 183 | static void |
nothing calls this directly
no test coverage detected