SshProxyVpnAndroid/app/src/main/cpp/hev-socks5-tunnel/src/hev-tunnel-windows.h
kykaevv 46fcf18bed Initial commit of SSH Proxy VPN Android app.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-01 13:31:24 +03:00

18 lines
584 B
C

/*
============================================================================
Name : hev-tunnel-windows.h
Author : hev <r@hev.cc>
Copyright : Copyright (c) 2025 hev
Description : Tunnel on Windows
============================================================================
*/
#ifndef __HEV_TUNNEL_WINDOWS_H__
#define __HEV_TUNNEL_WINDOWS_H__
struct pbuf *hev_tunnel_read (int fd, int mtu, HevTaskIOYielder yielder,
void *yielder_data);
ssize_t hev_tunnel_write (int fd, struct pbuf *buf);
#endif /* __HEV_TUNNEL_WINDOWS_H__ */