aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--protocol.h9
-rw-r--r--wg-dynamic-client.c4
-rw-r--r--wg-dynamic-server.c4
3 files changed, 17 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
diff --git a/wg-dynamic-client.c b/wg-dynamic-client.c
new file mode 100644
index 0000000..87e3946
--- /dev/null
+++ b/wg-dynamic-client.c
@@ -0,0 +1,4 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright (C) 2018 Wireguard LLC
+ */
diff --git a/wg-dynamic-server.c b/wg-dynamic-server.c
new file mode 100644
index 0000000..87e3946
--- /dev/null
+++ b/wg-dynamic-server.c
@@ -0,0 +1,4 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright (C) 2018 Wireguard LLC
+ */