]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/at_aarp.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / netat / at_aarp.h
index 4490830d08d668d65fa591eebe3e222585cb5c0a..c7fd5352466bbd1d44c5b10b77ecccfc54e0e377 100644 (file)
@@ -21,6 +21,7 @@
  */
 #ifndef _NETAT_AT_AARP_H_
 #define _NETAT_AT_AARP_H_
+#include <sys/appleapiopts.h>
 /*
  *     Copyright (c) 1988, 1989 Apple Computer, Inc. 
  */
@@ -174,10 +175,12 @@ typedef struct {
        )
 
 #ifdef KERNEL
+#ifdef __APPLE_API_PRIVATE
 
 int aarp_chk_addr(at_ddp_t  *, at_ifaddr_t *);
 int aarp_rcv_pkt(aarp_pkt_t *, at_ifaddr_t *);
 
+#endif /* __APPLE_API_PRIVATE */
 #endif /* KERNEL */
 
 #endif /* _NETAT_AT_AARP_H_ */