ZeroTierOne/controller/CtlUtil.hpp
Adam Ierymenko ba2a4a605c
clang-format
2025-07-03 11:26:23 -04:00

16 lines
No EOL
297 B
C++

#ifndef ZT_CTLUTIL_HPP
#define ZT_CTLUTIL_HPP
#include <string>
#include <vector>
namespace ZeroTier {
const char* _timestr();
std::vector<std::string> split(std::string str, char delim);
std::string url_encode(const std::string& value);
} // namespace ZeroTier
#endif // namespace ZeroTier