]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/if_tunvar.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / net / if_tunvar.h
index ebf00d705419bc4edb275da9f141ca0471969c38..9b93e0867738b10d53e791db904200d6c825c5b9 100644 (file)
@@ -48,6 +48,8 @@
 
 #ifndef _NET_IF_TUNVAR_H_
 #define _NET_IF_TUNVAR_H_
+#include <sys/appleapiopts.h>
+#ifdef __APPLE_API_PRIVATE
 
 struct tun_softc {
        u_short tun_flags;              /* misc flags */
@@ -67,4 +69,5 @@ struct tun_softc {
        struct  selinfo tun_wsel;       /* write select (not used) */
 };
 
+#endif /* __APPLE_API_PRIVATE */
 #endif /* !_NET_IF_TUNVAR_H_ */