tunnel.h 204 B

1234567891011121314151617
  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 client_event_loop();
  11. int server_event_loop();
  12. #endif /* TUNNEL_H_ */