Generated stub for json_scan */
| 58 | { fprintf(stderr, "json_next called!\n"); abort(); } |
| 59 | /* Generated stub for json_scan */ |
| 60 | const char *json_scan(const tal_t *ctx UNNEEDED, |
| 61 | const char *buffer UNNEEDED, |
| 62 | const jsmntok_t *tok UNNEEDED, |
| 63 | const char *guide UNNEEDED, |
| 64 | ...) |
| 65 | { fprintf(stderr, "json_scan called!\n"); abort(); } |
| 66 | /* Generated stub for json_strdup */ |
| 67 | char *json_strdup(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED) |
| 68 | { fprintf(stderr, "json_strdup called!\n"); abort(); } |