mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
common: fix build of run-channel_type.c
Broken in master, perhaps due to rebase? Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Vincenzo Palazzo
parent
168bc54700
commit
efeb030eef
@@ -20,12 +20,18 @@ struct amount_sat amount_sat(u64 satoshis UNNEEDED)
|
|||||||
struct amount_sat a UNNEEDED,
|
struct amount_sat a UNNEEDED,
|
||||||
struct amount_sat b UNNEEDED)
|
struct amount_sat b UNNEEDED)
|
||||||
{ fprintf(stderr, "amount_sat_add called!\n"); abort(); }
|
{ fprintf(stderr, "amount_sat_add called!\n"); abort(); }
|
||||||
|
/* Generated stub for amount_sat_div */
|
||||||
|
struct amount_sat amount_sat_div(struct amount_sat sat UNNEEDED, u64 div UNNEEDED)
|
||||||
|
{ fprintf(stderr, "amount_sat_div called!\n"); abort(); }
|
||||||
/* Generated stub for amount_sat_eq */
|
/* Generated stub for amount_sat_eq */
|
||||||
bool amount_sat_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED)
|
bool amount_sat_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED)
|
||||||
{ fprintf(stderr, "amount_sat_eq called!\n"); abort(); }
|
{ fprintf(stderr, "amount_sat_eq called!\n"); abort(); }
|
||||||
/* Generated stub for amount_sat_greater_eq */
|
/* Generated stub for amount_sat_greater_eq */
|
||||||
bool amount_sat_greater_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED)
|
bool amount_sat_greater_eq(struct amount_sat a UNNEEDED, struct amount_sat b UNNEEDED)
|
||||||
{ fprintf(stderr, "amount_sat_greater_eq called!\n"); abort(); }
|
{ fprintf(stderr, "amount_sat_greater_eq called!\n"); abort(); }
|
||||||
|
/* Generated stub for amount_sat_mul */
|
||||||
|
bool amount_sat_mul(struct amount_sat *res UNNEEDED, struct amount_sat sat UNNEEDED, u64 mul UNNEEDED)
|
||||||
|
{ fprintf(stderr, "amount_sat_mul called!\n"); abort(); }
|
||||||
/* Generated stub for amount_sat_sub */
|
/* Generated stub for amount_sat_sub */
|
||||||
bool amount_sat_sub(struct amount_sat *val UNNEEDED,
|
bool amount_sat_sub(struct amount_sat *val UNNEEDED,
|
||||||
struct amount_sat a UNNEEDED,
|
struct amount_sat a UNNEEDED,
|
||||||
|
|||||||
Reference in New Issue
Block a user