lnlink

iOS app for connecting to lightning nodes
git clone git://jb55.com/lnlink
Log | Files | Refs | Submodules | README | LICENSE

lightninglink.h (353B)


      1 //
      2 //  lightninglink.h
      3 //  lightninglink
      4 //
      5 //  Created by William Casarin on 2022-01-07.
      6 //
      7 
      8 #ifndef lightninglink_h
      9 #define lightninglink_h
     10 
     11 #include "lnsocket.h"
     12 #include "commando.h"
     13 #include "bech32.h"
     14 #include "secp256k1.h"
     15 #include "secp256k1_schnorrsig.h"
     16 
     17 void fd_do_zero(fd_set *);
     18 void fd_do_set(int, fd_set *);
     19 
     20 #endif /* lightninglink_h */