summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-tun.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-15 02:35:33 +1100
committerDamien Miller <djm@mindrot.org>2015-01-15 02:35:33 +1100
commit0cdc5a3eb6fb383569a4da2a30705d9b90428d6b (patch)
treec5f6bb21338ca6b99e104c70ef8387711e5c657d /openbsd-compat/port-tun.h
parent6e2549ac2b5e7f96cbc2d83a6e0784b120444b47 (diff)
unbreak across API change
Diffstat (limited to 'openbsd-compat/port-tun.h')
-rw-r--r--openbsd-compat/port-tun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/port-tun.h b/openbsd-compat/port-tun.h
index c53df01fc..e608a454d 100644
--- a/openbsd-compat/port-tun.h
+++ b/openbsd-compat/port-tun.h
@@ -27,7 +27,7 @@ int sys_tun_open(int, int);
27#if defined(SSH_TUN_COMPAT_AF) || defined(SSH_TUN_PREPEND_AF) 27#if defined(SSH_TUN_COMPAT_AF) || defined(SSH_TUN_PREPEND_AF)
28# define SSH_TUN_FILTER 28# define SSH_TUN_FILTER
29int sys_tun_infilter(struct Channel *, char *, int); 29int sys_tun_infilter(struct Channel *, char *, int);
30u_char *sys_tun_outfilter(struct Channel *, u_char **, u_int *); 30u_char *sys_tun_outfilter(struct Channel *, u_char **, size_t *);
31#endif 31#endif
32 32
33#endif 33#endif