]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/nfsrvcache.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / nfs / nfsrvcache.h
index 54b93d50f24198851e2e7f68b6353a818f697e16..1e7f9776663faf4041882b591bff0b09f14223eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -63,6 +63,9 @@
 #ifndef _NFS_NFSRVCACHE_H_
 #define _NFS_NFSRVCACHE_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
 /*
  * Definitions for the server recent request cache
  */
@@ -108,4 +111,5 @@ struct nfsrvcache {
 #define        RC_INETADDR     0x20
 #define        RC_NAM          0x40
 
-#endif
+#endif /* __APPLE_API_PRIVATE */
+#endif /* _NFS_NFSRVCACHE_H_ */