2017-10-26 08:38:52 -05:00
|
|
|
/*
|
|
|
|
* tunnel.h
|
|
|
|
*
|
|
|
|
* Created on: Oct 26, 2017
|
|
|
|
* Author: root
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef TUNNEL_H_
|
|
|
|
#define TUNNEL_H_
|
|
|
|
|
|
|
|
|
|
|
|
#include "misc.h"
|
|
|
|
|
2017-10-26 08:54:18 -05:00
|
|
|
int tunnel_client_event_loop();
|
|
|
|
int tunnel_server_event_loop();
|
2017-10-26 08:38:52 -05:00
|
|
|
|
|
|
|
#endif /* TUNNEL_H_ */
|