/*
- * Copyright (c) 2000-2001 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
#ifndef _ISO_H_
#define _ISO_H_
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
#define ISODCL(from, to) (to - from + 1)
struct iso_volume_descriptor {
*/
#define ASSOCCHAR '='
+#endif /* __APPLE_API_PRIVATE */
#endif /* ! _ISO_H_ */