@ -47,20 +47,24 @@ struct command_result *command_fail(struct command *cmd UNNEEDED, int code UNNEE
{ fprintf ( stderr , " command_fail called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " command_fail called! \n " ) ; abort ( ) ; }
/* Generated stub for command_failed */
/* Generated stub for command_failed */
struct command_result * command_failed ( struct command * cmd UNNEEDED ,
struct command_result * command_failed ( struct command * cmd UNNEEDED ,
struct json_stream * result UNNEEDED )
struct json_stream * result )
{ fprintf ( stderr , " command_failed called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " command_failed called! \n " ) ; abort ( ) ; }
/* Generated stub for command_its_complicated */
/* Generated stub for command_its_complicated */
struct command_result * command_its_complicated ( void )
struct command_result * command_its_complicated ( const char * why UNNEEDED )
{ fprintf ( stderr , " command_its_complicated called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " command_its_complicated called! \n " ) ; abort ( ) ; }
/* Generated stub for command_param_failed */
/* Generated stub for command_param_failed */
struct command_result * command_param_failed ( void )
struct command_result * command_param_failed ( void )
{ fprintf ( stderr , " command_param_failed called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " command_param_failed called! \n " ) ; abort ( ) ; }
/* Generated stub for command_still_pending */
/* Generated stub for command_still_pending */
struct command_result * command_still_pending ( struct command * cmd UNNEEDED )
struct command_result * command_still_pending ( struct command * cmd )
{ fprintf ( stderr , " command_still_pending called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " command_still_pending called! \n " ) ; abort ( ) ; }
/* Generated stub for command_success */
/* Generated stub for command_success */
struct command_result * command_success ( struct command * cmd UNNEEDED ,
struct command_result * command_success ( struct command * cmd UNNEEDED ,
struct json_stream * response UNNEEDED )
struct json_stream * response )
{ fprintf ( stderr , " command_success called! \n " ) ; abort ( ) ; }
{ fprintf ( stderr , " command_success called! \n " ) ; abort ( ) ; }
/* Generated stub for connect_succeeded */
/* Generated stub for connect_succeeded */
void connect_succeeded ( struct lightningd * ld UNNEEDED , const struct pubkey * id UNNEEDED )
void connect_succeeded ( struct lightningd * ld UNNEEDED , const struct pubkey * id UNNEEDED )