summaryrefslogtreecommitdiff
path: root/tunnel.h
diff options
context:
space:
mode:
authorMikhail Osipov <mike.osipov@gmail.com>2019-10-18 17:43:38 +0300
committerMikhail Osipov <mike.osipov@gmail.com>2019-10-18 17:43:38 +0300
commit3b00c7be0e8834402ed93eb42b3a93302076c5ff (patch)
treeebf1643f00d2206c80676b1057f6d42d494d5c3a /tunnel.h
parent9c05f1c4187de3c43c027f6102b6e161b2f7441c (diff)
skel
Diffstat (limited to 'tunnel.h')
-rw-r--r--tunnel.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tunnel.h b/tunnel.h
new file mode 100644
index 0000000..d04bde5
--- /dev/null
+++ b/tunnel.h
@@ -0,0 +1,9 @@
+#ifndef __TUNNEL_H__
+#define __TUNNEL_H__
+
+#define TUNNEL_SOCK_PATH "/tmp/tunnel.sock"
+
+int tunnel_client(void);
+int tunnel_daemon(int sock);
+
+#endif