aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-07 10:59:13 -0600
committerTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-07 10:59:13 -0600
commit1f73168641d92917dc942c3d6cc200fb7f557674 (patch)
tree6d3116a873b4b9d6cd06cc3cb4781204133950c8 /client.c
parentAdd Makefile library includes for capnp (diff)
parentWrite basic mains so project compiles (diff)
downloadwg-dynamic-1f73168641d92917dc942c3d6cc200fb7f557674.tar.xz
wg-dynamic-1f73168641d92917dc942c3d6cc200fb7f557674.zip
Merge branch 'master' into tp/protocol_draft
Diffstat (limited to 'client.c')
-rw-r--r--client.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/client.c b/client.c
new file mode 100644
index 0000000..2c2f091
--- /dev/null
+++ b/client.c
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright (C) 2018 Wireguard LLC
+ */
+
+int connect_to_server(const char interface[])
+{
+ /* TODO */
+ return -1;
+}