diff options
Diffstat (limited to 'sys/net/if_sppp.h')
-rw-r--r-- | sys/net/if_sppp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h index 5a4d173..95197d7 100644 --- a/sys/net/if_sppp.h +++ b/sys/net/if_sppp.h @@ -62,8 +62,6 @@ struct sppp { void sppp_attach (struct ifnet *ifp); void sppp_detach (struct ifnet *ifp); void sppp_input (struct ifnet *ifp, struct mbuf *m); -int sppp_output (struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, - struct rtentry *rt); int sppp_ioctl (struct ifnet *ifp, int cmd, void *data); struct mbuf *sppp_dequeue (struct ifnet *ifp); int sppp_isempty (struct ifnet *ifp); |