From 8142854950bc510b8c21a210538d14a301dbcf63 Mon Sep 17 00:00:00 2001 From: Mikhail Osipov Date: Fri, 18 Oct 2019 20:46:58 +0300 Subject: skel update --- tunnel.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tunnel.h') diff --git a/tunnel.h b/tunnel.h index d04bde5..a62f1b8 100644 --- a/tunnel.h +++ b/tunnel.h @@ -1,9 +1,14 @@ #ifndef __TUNNEL_H__ #define __TUNNEL_H__ +#include + #define TUNNEL_SOCK_PATH "/tmp/tunnel.sock" +bool tunnel_alive(bool *alive); + int tunnel_client(void); -int tunnel_daemon(int sock); + +bool tunnel_daemon(int sock); #endif -- cgit v1.2.3-70-g09d2