This commit is contained in:
jl777
2019-04-12 08:44:54 -11:00
parent 325e914ce8
commit d0fd337b25
4 changed files with 8 additions and 6 deletions

View File

@@ -87,6 +87,6 @@ void komodo_netevent(std::vector<uint8_t> payload);
#define PRICES_SMOOTHWIDTH 1
int32_t komodo_priceind(char *symbol);
void komodo_pricesinit();
int32_t komodo_pricesinit();
#endif