summaryrefslogtreecommitdiff
path: root/node/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Node.hpp')
-rw-r--r--node/Node.hpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/node/Node.hpp b/node/Node.hpp
index 476ec7cd..9d02c008 100644
--- a/node/Node.hpp
+++ b/node/Node.hpp
@@ -25,8 +25,8 @@
* LLC. Start here: http://www.zerotier.com/
*/
-#ifndef _ZT_NODE_HPP
-#define _ZT_NODE_HPP
+#ifndef ZT_NODE_HPP
+#define ZT_NODE_HPP
#include <string>
#include <vector>
@@ -171,14 +171,6 @@ private:
void *const _impl; // private implementation
};
-/**
- * An embedded version code that can be searched for in the binary
- *
- * This shouldn't be used by users, but is exported to make certain that
- * the linker actually includes it in the image.
- */
-extern const unsigned char EMBEDDED_VERSION_STAMP[20];
-
} // namespace ZeroTier
extern "C" {