summaryrefslogtreecommitdiffstats
path: root/tun.h
diff options
context:
space:
mode:
Diffstat (limited to 'tun.h')
-rw-r--r--tun.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tun.h b/tun.h
index f1c41bf..bcdd10e 100644
--- a/tun.h
+++ b/tun.h
@@ -33,6 +33,5 @@ int tun_open();
int tun_alloc(char *dev, int fd);
int send_tun(int fd, clat_packet out, int iov_len);
int set_nonblocking(int fd);
-int check_csum_offload(char *dev);
#endif