From eaaaea9d67537414a1767d481bdbff7bc0dacb2f Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 15 Nov 2017 22:50:49 +0200 Subject: [PATCH] Test --- crypto777/bitcoind_RPC.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto777/bitcoind_RPC.c b/crypto777/bitcoind_RPC.c index 22c6ebceb..05144b82a 100755 --- a/crypto777/bitcoind_RPC.c +++ b/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