mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-21 00:37:53 +08:00
fix header file
This commit is contained in:
parent
598923dc3f
commit
848b2643ed
@ -4,6 +4,6 @@
|
|||||||
|
|
||||||
namespace RunAsNode
|
namespace RunAsNode
|
||||||
{
|
{
|
||||||
|
bool Init(std::string &version);
|
||||||
bool RunNode();
|
bool RunNode();
|
||||||
bool Init(std::string version);
|
|
||||||
}
|
}
|
@ -5,6 +5,6 @@
|
|||||||
|
|
||||||
namespace Sign
|
namespace Sign
|
||||||
{
|
{
|
||||||
bool Init();
|
bool Init(std::string &version);
|
||||||
std::tuple<std::string, std::string, std::string> Call(const std::string_view cmd, const std::string_view src, int seq);
|
std::tuple<std::string, std::string, std::string> Call(const std::string_view cmd, const std::string_view src, int seq);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user