KOMODO_DEFS_H

This commit is contained in:
jl777
2017-11-10 19:15:34 +02:00
parent cc30b05e0d
commit 5416af1ddc
15 changed files with 32 additions and 3 deletions

View File

@@ -23,6 +23,8 @@
#include <curl/easy.h>
#endif
#include "komodo_defs.h"
//#define issue_curl(cmdstr) bitcoind_RPC(0,(char *)"curl",(char *)"http://127.0.0.1:7776",0,0,(char *)(cmdstr))
struct MemoryStruct { char *memory; size_t size; };