tunnel.h 217 B

12345678910111213141516
  1. /*
  2. * tunnel.h
  3. *
  4. * Created on: Oct 26, 2017
  5. * Author: root
  6. */
  7. #ifndef TUNNEL_H_
  8. #define TUNNEL_H_
  9. #include "misc.h"
  10. int tunnel_client_event_loop();
  11. int tunnel_server_event_loop();
  12. #endif /* TUNNEL_H_ */