Generated stub for json_scan */
| 88 | { fprintf(stderr, "fromwire_u8_array called!\n"); abort(); } |
| 89 | /* Generated stub for json_scan */ |
| 90 | const char *json_scan(const tal_t *ctx UNNEEDED, |
| 91 | const char *buffer UNNEEDED, |
| 92 | const jsmntok_t *tok UNNEEDED, |
| 93 | const char *guide UNNEEDED, |
| 94 | ...) |
| 95 | { fprintf(stderr, "json_scan called!\n"); abort(); } |
| 96 | /* Generated stub for json_to_channel_id */ |
| 97 | bool json_to_channel_id(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
| 98 | struct channel_id *cid UNNEEDED) |