#ifndef __TUNNEL_H__ #define __TUNNEL_H__ #define TUNNEL_SOCK_PATH "/tmp/tunnel.sock" int tunnel_client(void); int tunnel_daemon(int sock); #endif