diff options
| author | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-21 12:59:43 -0800 |
|---|---|---|
| committer | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-21 12:59:43 -0800 |
| commit | 1be55d61820344f08f06e2ba79cee2d876601267 (patch) | |
| tree | 96fef6aa92989ba51b133eee65126ff54d2fdd40 /node/Utils.hpp | |
| parent | 8ebcd44405841dc0b7529336cdc5207bda876633 (diff) | |
| parent | ccdd4ffda70a35219fae1cdce1306f3d4ebd8dc9 (diff) | |
| download | infinitytier-1be55d61820344f08f06e2ba79cee2d876601267.tar.gz infinitytier-1be55d61820344f08f06e2ba79cee2d876601267.zip | |
Merge branch 'dev' into systemtray
Diffstat (limited to 'node/Utils.hpp')
| -rw-r--r-- | node/Utils.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/node/Utils.hpp b/node/Utils.hpp index cfe56501..48c43da3 100644 --- a/node/Utils.hpp +++ b/node/Utils.hpp @@ -112,17 +112,6 @@ public: static void getSecureRandom(void *buf,unsigned int bytes); /** - * Split a string by delimiter, with optional escape and quote characters - * - * @param s String to split - * @param sep One or more separators - * @param esc Zero or more escape characters - * @param quot Zero or more quote characters - * @return Vector of tokens - */ - static std::vector<std::string> split(const char *s,const char *const sep,const char *esc,const char *quot); - - /** * Tokenize a string (alias for strtok_r or strtok_s depending on platform) * * @param str String to split |
