]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/zip.h
xnu-792.2.4.tar.gz
[apple/xnu.git] / bsd / netat / zip.h
index 1a402989aadd6b51a6b99ece97dfbeb26aba91c8..fd0b38a5fa550fe1d1910e36b08ba801949c3242 100644 (file)
@@ -30,6 +30,9 @@
 
 #ifndef _NETAT_ZIP_H_
 #define        _NETAT_ZIP_H_
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 
 /* Definitions for ZIP, per AppleTalk Zone Information Protocol
  * documentation from `Inside AppleTalk', July 14, 1986.
@@ -89,4 +92,5 @@ typedef struct {
 
 #define ZIP_RE_AARP            -1
 
+#endif /* __APPLE_API_OBSOLETE */
 #endif /* _NETAT_ZIP_H_ */