X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d52fe63fc81f7e44faaae711812a211a78434976..9bccf70c0258c7cac2dcb80011b2a964d884c552:/bsd/isofs/cd9660/iso_rrip.h diff --git a/bsd/isofs/cd9660/iso_rrip.h b/bsd/isofs/cd9660/iso_rrip.h index 08e9f4ec6..5081d1bdc 100644 --- a/bsd/isofs/cd9660/iso_rrip.h +++ b/bsd/isofs/cd9660/iso_rrip.h @@ -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@ * @@ -60,8 +60,13 @@ * * @(#)iso_rrip.h 8.2 (Berkeley) 1/23/94 */ +#ifndef __ISOFS_CD9660_ISO_RRIP_H__ +#define __ISOFS_CD9660_ISO_RRIP_H__ +#include + +#ifdef __APPLE_API_PRIVATE /* * Analyze function flag (similar to RR field bits) */ @@ -104,3 +109,5 @@ int cd9660_rrip_getsymname __P((struct iso_directory_record *isodir, struct iso_mnt *imp)); int cd9660_rrip_offset __P((struct iso_directory_record *isodir, struct iso_mnt *imp)); +#endif /* __APPLE_API_PRIVATE */ +#endif /* __ISOFS_CD9660_ISO_RRIP_H__ */