From 3b00c7be0e8834402ed93eb42b3a93302076c5ff Mon Sep 17 00:00:00 2001 From: Mikhail Osipov Date: Fri, 18 Oct 2019 17:43:38 +0300 Subject: skel --- tunnel.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tunnel.h (limited to 'tunnel.h') 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 -- cgit v1.2.3-70-g09d2