]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/if_faith.h
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / net / if_faith.h
index 3e97f5744330e60820b79a4e6fcc54781b66eba5..953c9b0818dbf0c71d021ff51c29166942a20ffc 100644 (file)
 #define _NET_IF_FAITH_H_
 #include <sys/appleapiopts.h>
 
-#ifdef KERNEL
-#ifdef __APPLE_API_PRIVATE
+#ifdef KERNEL_PRIVATE
 #if INET6
 struct in6_addr;
-int faithprefix __P((struct in6_addr *));
+int faithprefix(struct in6_addr *);
 #endif /* INET6 */
-#endif /* __APPLE_API_PRIVATE */
-#endif /* KERNEL */
+#endif /* KERNEL_PRIVATE */
 
 #endif /* _NET_IF_FAITH_H_ */