mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-02 19:35:06 +02:00
forgot a ;
This commit is contained in:
parent
88f08fa58c
commit
934aa93ef8
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ std::vector<std::string> split(std::string str, char delim);
|
|||
|
||||
std::string url_encode(const std::string& value);
|
||||
|
||||
std::string random_hex_string(std::size_t length)
|
||||
std::string random_hex_string(std::size_t length);
|
||||
|
||||
#ifdef ZT1_CENTRAL_CONTROLLER
|
||||
void create_gcp_pubsub_topic_if_needed(std::string project_id, std::string topic_id);
|
||||
|
|
Loading…
Add table
Reference in a new issue