X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=lightning-c-bindings%2Fdemo.c;h=7eed98b469ee7286691d9f413086f6b8a5398c36;hp=be8e674c2fbf9e56d94f2906cfec85ef0e08a241;hb=92fc0add4ab1c5729504a1895981d532b81a495e;hpb=2f70a371708dbfde3fa6abfcc0315736d2795a01 diff --git a/lightning-c-bindings/demo.c b/lightning-c-bindings/demo.c index be8e674..7eed98b 100644 --- a/lightning-c-bindings/demo.c +++ b/lightning-c-bindings/demo.c @@ -39,7 +39,7 @@ LDKCVec_C3Tuple_OutPointCVec_MonitorEventZPublicKeyZZ monitors_pending_monitor_e return empty_htlc_vec; } -void never_handle_event(const void *this_arg, const struct LDKEvent* event) { +void never_handle_event(const void *this_arg, const struct LDKEvent event) { // Note that we never actually generate any events to handle in the code below. assert(false); }