summaryrefslogtreecommitdiff
path: root/tunnel.h
diff options
context:
space:
mode:
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