]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_icmp.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / netinet / ip_icmp.h
index 22e119eb15fc3dba36cc525071b542ea6e12d193..8aff81cb0414892663fe10c09c6b1bf42ad22ed1 100644 (file)
@@ -206,11 +206,9 @@ struct icmp {
        (type) == ICMP_IREQ || (type) == ICMP_IREQREPLY || \
        (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
 
-#ifdef KERNEL
-#ifdef __APPLE_API_PRIVATE
-void   icmp_error __P((struct mbuf *, int, int, n_long, struct ifnet *));
-void   icmp_input __P((struct mbuf *, int));
-#endif /* __APPLE_API_PRIVATE */
-#endif
+#ifdef KERNEL_PRIVATE
+void   icmp_error(struct mbuf *, int, int, n_long, struct ifnet *);
+void   icmp_input(struct mbuf *, int);
+#endif KERNEL_PRIVATE
 
 #endif