This commit is contained in:
jl777
2019-03-27 08:58:40 -11:00
parent aa24e63f86
commit 1a413d246f
3 changed files with 3 additions and 2 deletions

View File

@@ -52,6 +52,8 @@ std::string MYCCLIBNAME = (char *)"sudoku";
void komodo_netevent(std::vector<uint8_t> payload) {}
#endif
extern std::string MYCCLIBNAME;
char *CClib_name() { return((char *)MYCCLIBNAME.c_str()); }
struct CClib_rpcinfo