summaryrefslogtreecommitdiff
path: root/tun.h
diff options
context:
space:
mode:
Diffstat (limited to 'tun.h')
-rw-r--r--tun.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tun.h b/tun.h
index 90a1a83..b914731 100644
--- a/tun.h
+++ b/tun.h
@@ -1,4 +1,5 @@
void tun_setup(void);
-void tun_set_ip_port(const char *ip, int port);
+void tun_set_client(const char *ip, int port);
+void tun_set_server(int port);
void handle_tun(void);