diff options
Diffstat (limited to 'sys/netmpls/mpls.h')
-rw-r--r-- | sys/netmpls/mpls.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/netmpls/mpls.h b/sys/netmpls/mpls.h index 89fcbc0f14d..bc6ee28196a 100644 --- a/sys/netmpls/mpls.h +++ b/sys/netmpls/mpls.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpls.h,v 1.39 2019/01/27 02:41:56 dlg Exp $ */ +/* $OpenBSD: mpls.h,v 1.40 2019/01/27 04:20:59 dlg Exp $ */ /* * Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project. @@ -156,11 +156,6 @@ struct ifmpwreq { extern struct domain mplsdomain; -void mpe_input(struct mbuf *, struct ifnet *, struct sockaddr_mpls *, - u_int8_t); -void mpe_input6(struct mbuf *, struct ifnet *, struct sockaddr_mpls *, - u_int8_t); - extern int mpls_defttl; extern int mpls_mapttl_ip; extern int mpls_mapttl_ip6; |