wangyu-UDPspeeder/tun_dev.h

17 lines
198 B
C
Raw Normal View History

2017-10-26 08:38:52 -05:00
/*
* tun.h
*
* Created on: Oct 26, 2017
* Author: root
*/
2017-10-27 00:03:35 -05:00
#ifndef TUN_DEV_H_
#define TUN_DEV_H_
2017-10-26 08:38:52 -05:00
2017-10-27 00:03:35 -05:00
int tun_dev_client_event_loop();
2017-10-26 08:38:52 -05:00
2017-10-27 00:03:35 -05:00
int tun_dev_server_event_loop();
2017-10-26 08:38:52 -05:00
#endif /* TUN_H_ */