aboutsummaryrefslogtreecommitdiffstats
path: root/protocol.h
diff options
context:
space:
mode:
authorTushar Pankaj <tushar.s.pankaj@gmail.com>2018-10-31 19:59:12 -0500
committerTushar Pankaj <tushar.s.pankaj@gmail.com>2018-10-31 19:59:12 -0500
commitfaebe21bf97cc653a7b8b87f1f594d4f33a9ebcd (patch)
tree3394dc91fbc9075a3d58f267d7333765ff54e07b /protocol.h
parentAdd editor temporaries to gitignore (diff)
downloadwg-dynamic-faebe21bf97cc653a7b8b87f1f594d4f33a9ebcd.tar.xz
wg-dynamic-faebe21bf97cc653a7b8b87f1f594d4f33a9ebcd.zip
Empty files for protocol code
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
Diffstat (limited to 'protocol.h')
-rw-r--r--protocol.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/protocol.h b/protocol.h
new file mode 100644
index 0000000..47199cd
--- /dev/null
+++ b/protocol.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright (C) 2018 Wireguard LLC
+ */
+
+#ifndef NEGOTIATION_H
+#define NEGOTIATION_H
+
+#endif