]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/routing_tables.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / netat / routing_tables.h
index e7a15ad784690d57faa42fa14ff0d50c40e66730..5376ab6a75d031582a88162d646d17d6c1a1149b 100644 (file)
@@ -31,6 +31,8 @@
 
 #ifndef _NETAT_ROUTING_TABLES_H_
 #define _NETAT_ROUTING_TABLES_H_
+#include <sys/appleapiopts.h>
+#ifdef __APPLE_API_PRIVATE
 
 /* RTMP table entry state bitmap (EntryState) values */
 
@@ -211,4 +213,5 @@ extern void rtmp_router_input();
 
 #endif /* KERNEL */
 
+#endif /* __APPLE_API_PRIVATE */
 #endif /* _NETAT_ROUTING_TABLES_H_ */