@ -70,6 +70,9 @@ void delay_then_reconnect(struct channel *channel UNNEEDED, u32 seconds_delay UN
/* Generated stub for fatal */
void fatal ( const char * fmt UNNEEDED , . . . )
{ fprintf ( stderr , " fatal called! \n " ) ; abort ( ) ; }
/* Generated stub for fromwire_channel_dev_memleak_reply */
bool fromwire_channel_dev_memleak_reply ( const void * p UNNEEDED , bool * leak UNNEEDED )
{ fprintf ( stderr , " fromwire_channel_dev_memleak_reply called! \n " ) ; abort ( ) ; }
/* Generated stub for fromwire_channel_got_commitsig */
bool fromwire_channel_got_commitsig ( const tal_t * ctx UNNEEDED , const void * p UNNEEDED , u64 * commitnum UNNEEDED , u32 * feerate UNNEEDED , secp256k1_ecdsa_signature * signature UNNEEDED , secp256k1_ecdsa_signature * * htlc_signature UNNEEDED , struct added_htlc * * added UNNEEDED , struct secret * * shared_secret UNNEEDED , struct fulfilled_htlc * * fulfilled UNNEEDED , struct failed_htlc * * * failed UNNEEDED , struct changed_htlc * * changed UNNEEDED , struct bitcoin_tx * * tx UNNEEDED )
{ fprintf ( stderr , " fromwire_channel_got_commitsig called! \n " ) ; abort ( ) ; }
@ -353,6 +356,9 @@ void payment_store(struct lightningd *ld UNNEEDED, const struct sha256 *payment_
void payment_succeeded ( struct lightningd * ld UNNEEDED , struct htlc_out * hout UNNEEDED ,
const struct preimage * rval UNNEEDED )
{ fprintf ( stderr , " payment_succeeded called! \n " ) ; abort ( ) ; }
/* Generated stub for peer_memleak_done */
void peer_memleak_done ( struct command * cmd UNNEEDED , struct subd * leaker UNNEEDED )
{ fprintf ( stderr , " peer_memleak_done called! \n " ) ; abort ( ) ; }
/* Generated stub for peer_start_channeld */
void peer_start_channeld ( struct channel * channel UNNEEDED ,
const struct crypto_state * cs UNNEEDED ,
@ -401,6 +407,9 @@ void subd_req_(const tal_t *ctx UNNEEDED,
/* Generated stub for subd_send_msg */
void subd_send_msg ( struct subd * sd UNNEEDED , const u8 * msg_out UNNEEDED )
{ fprintf ( stderr , " subd_send_msg called! \n " ) ; abort ( ) ; }
/* Generated stub for towire_channel_dev_memleak */
u8 * towire_channel_dev_memleak ( const tal_t * ctx UNNEEDED )
{ fprintf ( stderr , " towire_channel_dev_memleak called! \n " ) ; abort ( ) ; }
/* Generated stub for towire_channel_dev_reenable_commit */
u8 * towire_channel_dev_reenable_commit ( const tal_t * ctx UNNEEDED )
{ fprintf ( stderr , " towire_channel_dev_reenable_commit called! \n " ) ; abort ( ) ; }