summaryrefslogtreecommitdiff
path: root/tunnel.h
blob: d04bde5f89787c5e5a2852b839a9057359eb481f (plain)
1
2
3
4
5
6
7
8
9
#ifndef __TUNNEL_H__
#define __TUNNEL_H__

#define TUNNEL_SOCK_PATH "/tmp/tunnel.sock"

int tunnel_client(void);
int tunnel_daemon(int sock);

#endif