]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/if_mib.h
xnu-344.34.tar.gz
[apple/xnu.git] / bsd / net / if_mib.h
index 6e51fb2abf784135968661763439fca7f8759417..dc7417e89199f0b587413f0a530d8339e1e18f32 100644 (file)
  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
+ * $FreeBSD: src/sys/net/if_mib.h,v 1.6 1999/08/28 00:48:19 peter Exp $
  */
 
 #ifndef _NET_IF_MIB_H
 #define        _NET_IF_MIB_H   1
+#include <sys/appleapiopts.h>
 
+#ifdef __APPLE_API_UNSTABLE
 struct ifmibdata {
        char    ifmd_name[IFNAMSIZ]; /* name of interface */
        int     ifmd_pcount;    /* number of promiscuous listeners */
@@ -187,4 +190,5 @@ enum {
  * Put other types of interface MIBs here, or in interface-specific
  * header files if convenient ones already exist.
  */
+#endif /* __APPLE_API_UNSTABLE */
 #endif /* _NET_IF_MIB_H */