1
0
mirror of https://github.com/wangyu-/UDPspeeder.git synced 2025-02-25 16:39:34 +08:00
2017-10-26 08:54:18 -05:00

18 lines
218 B
C

/*
* tunnel.h
*
* Created on: Oct 26, 2017
* Author: root
*/
#ifndef TUNNEL_H_
#define TUNNEL_H_
#include "misc.h"
int tunnel_client_event_loop();
int tunnel_server_event_loop();
#endif /* TUNNEL_H_ */