summaryrefslogtreecommitdiff
path: root/sys/dev/ic/if_wi_hostap.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-06-08 22:19:48 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-06-08 22:19:48 +0000
commita27612f40177c85dac37496db39dddba38b0fd1c (patch)
treee1e35cddd2263e8bd1418dfed0e8775154b79bc5 /sys/dev/ic/if_wi_hostap.h
parent15023683dec2a514b84df991798343af0c42bb71 (diff)
kill __P
Diffstat (limited to 'sys/dev/ic/if_wi_hostap.h')
-rw-r--r--sys/dev/ic/if_wi_hostap.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/sys/dev/ic/if_wi_hostap.h b/sys/dev/ic/if_wi_hostap.h
index e6c009b6ade..91771420830 100644
--- a/sys/dev/ic/if_wi_hostap.h
+++ b/sys/dev/ic/if_wi_hostap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_hostap.h,v 1.5 2002/04/26 22:19:07 millert Exp $ */
+/* $OpenBSD: if_wi_hostap.h,v 1.6 2002/06/08 22:19:47 millert Exp $ */
/*
* Copyright (c) 2002
@@ -124,15 +124,12 @@ struct wihap_info {
struct wi_softc;
struct wi_frame;
-void wihap_mgmt_input __P((struct wi_softc *, struct wi_frame *,
- struct mbuf *));
-int wihap_data_input __P((struct wi_softc *, struct wi_frame *,
- struct mbuf *));
-int wihap_check_tx __P((struct wihap_info *, u_int8_t [],
- u_int8_t *));
-void wihap_init __P((struct wi_softc *));
-void wihap_shutdown __P((struct wi_softc *));
-int wihap_ioctl __P((struct wi_softc *, u_long, caddr_t));
+int wihap_check_tx(struct wihap_info *, u_int8_t [], u_int8_t *);
+int wihap_data_input(struct wi_softc *, struct wi_frame *, struct mbuf *);
+int wihap_ioctl(struct wi_softc *, u_long, caddr_t);
+void wihap_init(struct wi_softc *);
+void wihap_mgmt_input(struct wi_softc *, struct wi_frame *, struct mbuf *);
+void wihap_shutdown(struct wi_softc *);
#endif /* _KERNEL */
#endif /* __WI_HOSTAP_H__ */