Remove K'n'R macros.

This commit is contained in:
Ralf Corsepius
2006-12-15 07:26:43 +00:00
parent 20777a5ebf
commit 0c72fd67d7

View File

@@ -27,10 +27,10 @@ struct mbuf;
struct sockaddr;
struct rtentry;
void hdlc_ifattach __P((struct ifnet *));
void hdlc_input __P((struct ifnet *, struct mbuf *));
int hdlc_output __P((struct ifnet *,
struct mbuf *, struct sockaddr *, struct rtentry *));
int hdlc_ioctl __P((struct ifnet *, int , caddr_t ));
void hdlc_ifattach (struct ifnet *);
void hdlc_input (struct ifnet *, struct mbuf *);
int hdlc_output (struct ifnet *,
struct mbuf *, struct sockaddr *, struct rtentry *);
int hdlc_ioctl (struct ifnet *, int , caddr_t );
#endif