Generated stub for json_add_preimage */
| 379 | { fprintf(stderr, "json_add_num called!\n"); abort(); } |
| 380 | /* Generated stub for json_add_preimage */ |
| 381 | void json_add_preimage(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 382 | const struct preimage *preimage UNNEEDED) |
| 383 | { fprintf(stderr, "json_add_preimage called!\n"); abort(); } |
| 384 | /* Generated stub for json_add_secret */ |
| 385 | void json_add_secret(struct json_stream *response UNNEEDED, |
| 386 | const char *fieldname UNNEEDED, |
no test coverage detected