Browse Source

Test

etomic
jl777 7 years ago
parent
commit
eaaaea9d67
  1. 3
      crypto777/bitcoind_RPC.c

3
crypto777/bitcoind_RPC.c

@ -23,6 +23,9 @@
#define calloc(a,b) LP_alloc((uint64_t)(a) * (b))
#define free(ptr) LP_free(ptr)
#define clonestr(str) LP_clonestr(str)
void *LP_alloc(uint64_t len);
void LP_free(void *ptr);
char *LP_clonestr(char *str);
#if LIQUIDITY_PROVIDER
#include <curl/curl.h>

Loading…
Cancel
Save