mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
Makefile: more fascist warnings.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
6
state.h
6
state.h
@@ -393,4 +393,10 @@ struct bitcoin_tx *bitcoin_htlc_spend(const tal_t *ctx,
|
||||
const struct state_data *sdata,
|
||||
const struct htlc *htlc);
|
||||
|
||||
struct htlc_rval *r_value_from_cmd(const tal_t *ctx,
|
||||
const struct state_data *sdata,
|
||||
const struct htlc *htlc);
|
||||
struct htlc_rval *bitcoin_r_value(const tal_t *ctx, const struct htlc *htlc);
|
||||
struct htlc_rval *r_value_from_pkt(const tal_t *ctx, const Pkt *pkt);
|
||||
|
||||
#endif /* LIGHTNING_STATE_H */
|
||||
|
||||
Reference in New Issue
Block a user