/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
#ifndef _CD9660_NODE_H_
#define _CD9660_NODE_H_
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
/*
* Theoretically, directories can be more than 2Gb in length,
* however, in practice this seems unlikely. So, we define
void iso_dunmap __P((dev_t));
#endif
+#endif /* __APPLE_API_PRIVATE */
#endif /* ! _CD9660_NODE_H_ */