rgb-cln/daemon/pay.h

12 lines
225 B
C

#ifndef LIGHTNING_DAEMON_PAY_H
#define LIGHTNING_DAEMON_PAY_H
#include "config.h"
struct peer;
struct htlc;
struct rval;
void complete_pay_command(struct peer *peer, struct htlc *htlc);
#endif /* LIGHTNING_DAEMON_PAY_H */