summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/scope6_var.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2012-10-22 21:49:56 +0000
committerdelphij <delphij@FreeBSD.org>2012-10-22 21:49:56 +0000
commit3948ce713ca0f2b610938ec42f8bd0df007f7e29 (patch)
tree8bc11ed5833f1e777a232c049c5cb45c1cb16a88 /sys/netinet6/scope6_var.h
parent8467024240d58aa2ec270416f254f2a218057adb (diff)
downloadFreeBSD-src-3948ce713ca0f2b610938ec42f8bd0df007f7e29.zip
FreeBSD-src-3948ce713ca0f2b610938ec42f8bd0df007f7e29.tar.gz
Remove __P.
Submitted by: kevlo Reviewed by: md5(1) MFC after: 2 months
Diffstat (limited to 'sys/netinet6/scope6_var.h')
-rw-r--r--sys/netinet6/scope6_var.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/netinet6/scope6_var.h b/sys/netinet6/scope6_var.h
index 2248037..ae337b8 100644
--- a/sys/netinet6/scope6_var.h
+++ b/sys/netinet6/scope6_var.h
@@ -42,18 +42,18 @@ struct scope6_id {
u_int32_t s6id_list[16];
};
-void scope6_init __P((void));
-struct scope6_id *scope6_ifattach __P((struct ifnet *));
-void scope6_ifdetach __P((struct scope6_id *));
-int scope6_set __P((struct ifnet *, struct scope6_id *));
-int scope6_get __P((struct ifnet *, struct scope6_id *));
-void scope6_setdefault __P((struct ifnet *));
-int scope6_get_default __P((struct scope6_id *));
-u_int32_t scope6_addr2default __P((struct in6_addr *));
-int sa6_embedscope __P((struct sockaddr_in6 *, int));
-int sa6_recoverscope __P((struct sockaddr_in6 *));
-int in6_setscope __P((struct in6_addr *, struct ifnet *, u_int32_t *));
-int in6_clearscope __P((struct in6_addr *));
+void scope6_init(void);
+struct scope6_id *scope6_ifattach(struct ifnet *);
+void scope6_ifdetach(struct scope6_id *);
+int scope6_set(struct ifnet *, struct scope6_id *);
+int scope6_get(struct ifnet *, struct scope6_id *);
+void scope6_setdefault(struct ifnet *);
+int scope6_get_default(struct scope6_id *);
+u_int32_t scope6_addr2default(struct in6_addr *);
+int sa6_embedscope(struct sockaddr_in6 *, int);
+int sa6_recoverscope(struct sockaddr_in6 *);
+int in6_setscope(struct in6_addr *, struct ifnet *, u_int32_t *);
+int in6_clearscope(struct in6_addr *);
uint16_t in6_getscope(struct in6_addr *);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud