diff --git a/src/util.h b/src/util.h index dc421092a..9cdbabf70 100644 --- a/src/util.h +++ b/src/util.h @@ -287,6 +287,8 @@ template void TraceThread(const char* name, Callable func) } } +void SplitStr(const std::string& strVal, std::vector &outVals); + #define KOMODO_ASSETCHAIN_MAXLEN 65