Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
17 lines
329 B
C
17 lines
329 B
C
|
|
|
|
|
|
Include patch below as files/patch-tun.h
|
|
|
|
--- tun.h.orig Sun Mar 13 18:32:16 2005
|
|
+++ tun.h Sun Mar 13 18:32:06 2005
|
|
@@ -9,8 +9,6 @@
|
|
#ifndef TUN_H
|
|
#define TUN_H
|
|
|
|
-typedef struct tun tun_t;
|
|
-
|
|
typedef void (*tun_handler)(void *buf, size_t len, void *arg);
|
|
|
|
tun_t *tun_open(struct addr *src, struct addr *dst, int mtu);
|
|
|