@ -257,6 +257,10 @@ void json_array_start(struct json_stream *js UNNEEDED, const char *fieldname UNN
struct json_escaped * json_escaped_string_ ( const tal_t * ctx UNNEEDED ,
struct json_escaped * json_escaped_string_ ( const tal_t * ctx UNNEEDED ,
const void * bytes UNNEEDED , size_t len UNNEEDED )
const void * bytes UNNEEDED , size_t len UNNEEDED )
{ fprintf ( stderr , " json_escaped_string_ called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " json_escaped_string_ called! \n " ) ; abort ( ) ; }
/* Generated stub for json_get_member */
const jsmntok_t * json_get_member ( const char * buffer UNNEEDED , const jsmntok_t tok [ ] UNNEEDED ,
const char * label UNNEEDED )
{ fprintf ( stderr , " json_get_member called! \n " ) ; abort ( ) ; }
/* Generated stub for json_object_end */
/* Generated stub for json_object_end */
void json_object_end ( struct json_stream * js UNNEEDED )
void json_object_end ( struct json_stream * js UNNEEDED )
{ fprintf ( stderr , " json_object_end called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " json_object_end called! \n " ) ; abort ( ) ; }
@ -276,6 +280,9 @@ const char *json_tok_full(const char *buffer UNNEEDED, const jsmntok_t *t UNNEED
/* Generated stub for json_tok_full_len */
/* Generated stub for json_tok_full_len */
int json_tok_full_len ( const jsmntok_t * t UNNEEDED )
int json_tok_full_len ( const jsmntok_t * t UNNEEDED )
{ fprintf ( stderr , " json_tok_full_len called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " json_tok_full_len called! \n " ) ; abort ( ) ; }
/* Generated stub for json_tok_streq */
bool json_tok_streq ( const char * buffer UNNEEDED , const jsmntok_t * tok UNNEEDED , const char * str UNNEEDED )
{ fprintf ( stderr , " json_tok_streq called! \n " ) ; abort ( ) ; }
/* Generated stub for json_to_pubkey */
/* Generated stub for json_to_pubkey */
bool json_to_pubkey ( const char * buffer UNNEEDED , const jsmntok_t * tok UNNEEDED ,
bool json_to_pubkey ( const char * buffer UNNEEDED , const jsmntok_t * tok UNNEEDED ,
struct pubkey * pubkey UNNEEDED )
struct pubkey * pubkey UNNEEDED )