fix header file

This commit is contained in:
simplxs 2024-07-01 04:56:28 +08:00
parent 598923dc3f
commit 848b2643ed
No known key found for this signature in database
GPG Key ID: 1A3833A46D84A08C
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
namespace RunAsNode
{
bool Init(std::string &version);
bool RunNode();
bool Init(std::string version);
}

View File

@ -5,6 +5,6 @@
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);
}